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

7 lines
102 B
TypeScript
Raw Normal View History

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