1f122c3 df83860 1f122c3
1
2
3
4
5
6
7
8
import { Main } from "./main" export default function Page() { return ( <Main /> ) }