rsnext/examples/with-prefetching/pages/index.js
2016-12-20 12:41:40 -08:00

8 lines
133 B
JavaScript

import Header from '../components/Header'
export default () => (
<div>
<Header />
<p>This is the HOME page</p>
</div>
)