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

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