index.js 105 B

123456789
  1. import React from 'react'
  2. function index() {
  3. return (
  4. <div>index</div>
  5. )
  6. }
  7. export default index