import { LeafcutterWrapper } from "./_components/LeafcutterWrapper"; type PageProps = { params: { view: string; }; }; export default function Page({ params: { view } }: PageProps) { ; }