import FancyForm from "app/ui/forms/fancyForm" import { getGenres } from "app/lib/get" export default async function Page() { const genres = await getGenres() return }