next.js/examples/with-mobx/pages/index.js
index.js6 lines130 B
import Page from "../components/Page";

export default function Index() {
  return <Page title="Index Page" linkTo="/other" />;
}
Quest for Codev2.0.0
/
SIGN IN