rsnext/examples/with-loading/pages/index.js
Jazib Jafri 31a6410bb2
Update with-loading example to SSG (#11050)
* Update getInitialProps to getStaticProps

* Updated example

Co-authored-by: Luis Alvarez <luis@zeit.co>
2020-03-13 16:48:32 -05:00

3 lines
72 B
JavaScript

const IndexPage = () => <p>Hello Next.js!</p>
export default IndexPage