import Page from "../components/Page"; export default function Index() { return <Page title="Index Page" linkTo="/other" />; }