--- import { getTopMovies } from "../scripts/fetchMovies" import Movie from "./Movie.astro" console.log(await getTopMovies()) ---