'use cache' // @ts-ignore import { withSlug } from './with-slug' const Page = withSlug(function Page({ slug }) { return

Slug: {slug}

}) export default Page