export default function Page({ params }: { params: { slug: string } }) { Foo.useFoo() return

child {params.slug}

}