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

7 lines
102 B
TypeScript
Raw Normal View History

2023-07-18 12:26:57 +00:00
import { Setup } from './_components/Setup';
export default function Page() {
return <Setup />;
}