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