index_20190418153236.js 337 Bytes
Newer Older
.  
baiguangyao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import React from 'react';
import ReactDOM from 'react-dom';

import Router from './router';
// import { Provider } from 'react-redux';

// 默认样式
import './styles/index.scss';
import './styles/variable.scss';
// iconfont
import './font/iconfont.css';

ReactDOM.render(
        <Router />,
        document.getElementById('root'));