| import React from 'react'; | |
| import ReactDOM from 'react-dom'; | |
| import App from './App'; | |
| import 'instantsearch.css/themes/algolia.css'; | |
| ReactDOM.render(<App />, document.getElementById('root')); | |
| import React from 'react'; | |
| import ReactDOM from 'react-dom'; | |
| import App from './App'; | |
| import 'instantsearch.css/themes/algolia.css'; | |
| ReactDOM.render(<App />, document.getElementById('root')); | |