link-stack/apps/link/app/(main)/leafcutter/page.tsx
Darren Clarke b09cc82544 WIP 5
2024-03-20 17:51:21 +01:00

9 lines
179 B
TypeScript

import { Home, LeafcutterWrapper } from "leafcutter-ui";
export default async function Page() {
return (
<LeafcutterWrapper>
<Home />
</LeafcutterWrapper>
);
}