export default async function AnswerPage({ params, }: { params: Promise<{ slug: string }>; }) { const slug = (await params).slug; return (