link-stack/apps/leafcutter/app/(main)/setup/page.tsx

6 lines
101 B
TypeScript
Raw Permalink Normal View History

2023-08-25 07:11:33 +00:00
import { Setup } from "./_components/Setup";
2023-06-28 10:52:23 +00:00
export default function Page() {
return <Setup />;
}