aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
blob: 463687cdbfa5d997b6e58ef0ac6cc5dfa4a2a536 (plain)
1
2
3
4
import ReactDOM from 'react-dom';
import App from './components/App';

ReactDOM.render(<App />, document.getElementById('root'));