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