mirror of
https://github.com/mue/mue.git
synced 2026-07-21 07:54:13 +02:00
Rewrite
This commit is contained in:
17
src/index.js
Normal file
17
src/index.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import './index.css';
|
||||
import App from './App.jsx';
|
||||
import * as serviceWorker from './serviceWorker';
|
||||
//import './i18n.jsx';
|
||||
|
||||
ReactDOM.render(
|
||||
<App />,
|
||||
document.getElementById('root')
|
||||
);
|
||||
|
||||
// If you want your app to work offline and load faster, you can change
|
||||
// unregister() to register() below. Note this comes with some pitfalls.
|
||||
// Learn more about service workers: https://bit.ly/CRA-PWA
|
||||
// Was unregister(), now register() - Derpy
|
||||
serviceWorker.register();
|
||||
Reference in New Issue
Block a user