import { Main } from "../src/main"; import { Button } from "../src/components/button"; export function getInitialProps() { return {}; } export default function IndexRoute() { return (