index.js 109 B

123456789
  1. const IndexPage = () => {
  2. return (
  3. <div>
  4. hello world
  5. </div>
  6. )
  7. }
  8. export default IndexPage;