update style

This commit is contained in:
xmcp
2019-09-07 11:22:34 +08:00
parent 6f2a905a68
commit abf78da5af
5 changed files with 11 additions and 12 deletions

View File

@@ -2,10 +2,10 @@ import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import {elevate} from './infrastructure/elevator';
//import {elevate} from './infrastructure/elevator';
import registerServiceWorker from './registerServiceWorker';
elevate();
//elevate();
ReactDOM.render(<App />, document.getElementById('root'));
registerServiceWorker();