1import 'react-app-polyfill/ie11';
2import React from 'react';
3import ReactDOM from 'react-dom';
4import 'toastify-js/src/toastify.css';
5import 'react-perfect-scrollbar/dist/css/styles.css';
6import 'slick-carousel/slick/slick.css';
7import 'slick-carousel/slick/slick-theme.css';
8
9import './shared/styles/index.css';
10import App from './App';
11import '@crema/services';
12import reportWebVitals from './reportWebVitals';
13
14ReactDOM.render(<App />, document.getElementById('root'));
15
16// If you want to start measuring performance in your app, pass a function
17// to log results (for example: reportWebVitals(console.log))
18// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
19reportWebVitals();
20Powered by SnippSync • Always fresh, always in sync
Create snippets that automatically sync with your GitHub repositories. Never worry about outdated documentation again.