index.js 164 B

12345
  1. /* eslint-disable react/react-in-jsx-scope */
  2. import ReactDOM from 'react-dom'
  3. import App from './App.js'
  4. ReactDOM.render(<App />, document.getElementById('app'))