Projekt

Obecné

Profil

Stáhnout (543 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import React from 'react';
2
import ReactDOM from 'react-dom';
3
import './index.css';
4
import App from './App';
5
import * as serviceWorker from './serviceWorker';
6

    
7
window.$nameRequest = 'Angreštécie';
8

    
9
ReactDOM.render(
10
  <React.StrictMode>
11
    <App />
12
  </React.StrictMode>,
13
  document.getElementById('root')
14
);
15

    
16
// If you want your app to work offline and load faster, you can change
17
// unregister() to register() below. Note this comes with some pitfalls.
18
// Learn more about service workers: https://bit.ly/CRA-PWA
19
serviceWorker.unregister();
(14-14/16)