rsnext/examples/with-mobx/pages/other.js
Luis Alvarez D 1239d5af59
[Examples] Update mobx examples to not use SSR (#11576)
* Updated with-custom-reverse-proxy

* Updated readme of with-env-from-next-config-js

* Updated the kea example

* Updated with-mobx

* Updated with-mobx readme

* Updated the with-mobx-react-lite example
2020-04-07 09:48:13 -04:00

5 lines
123 B
JavaScript

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