1 2 3 4 5 6 7
import { Main } from "src/main"; export function IndexPage() { return <Main />; } export default IndexPage;