SnippSync

Always Fresh Code

index.tsx

admin-panel
Lines 0-19
Auto-synced 3 days ago
This snippet automatically syncs with your GitHub repository
SnippSync
TS
index.tsx
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();
20

Powered by SnippSync • Always fresh, always in sync

Create Your Own Auto-Synced Snippets

Keep Your Documentation Always Fresh

Create snippets that automatically sync with your GitHub repositories. Never worry about outdated documentation again.

Auto-sync with GitHub
Beautiful embeds
Share anywhere