rsnext/examples/with-mobx-state-tree/pages/index.js
Tim Neutkens 9c4eefcdbf
Add prettier for examples directory (#5909)
* Add prettier for examples directory

* Fix files

* Fix linting

* Add prettier script in case it has to be ran again
2018-12-17 17:34:32 +01:00

6 lines
176 B
JavaScript

import React from 'react'
import SampleComponent from '../components/SampleComponent'
export default () => {
return <SampleComponent title='Index Page' linkTo='/other' />
}