7 lines
102 B
TypeScript
7 lines
102 B
TypeScript
|
|
import { Setup } from './_components/Setup';
|
||
|
|
|
||
|
|
export default function Page() {
|
||
|
|
return <Setup />;
|
||
|
|
}
|
||
|
|
|