diff options
| author | Haishan <[email protected]> | 2018-10-29 23:42:15 +0800 |
|---|---|---|
| committer | haishanh <[email protected]> | 2018-10-30 16:01:33 +0800 |
| commit | 464a26e2980cdb249591d3e065a080af05133b95 (patch) | |
| tree | 54dfd00a609632ddf98f3eb62e72175071375a85 /src/components/Root.js | |
| parent | 00090fc51ca1ea0968f4a849d7c6ecaab0422b99 (diff) | |
chore: upgrade and clean up deps
Diffstat (limited to 'src/components/Root.js')
| -rw-r--r-- | src/components/Root.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/Root.js b/src/components/Root.js index 99b815e..b9d7c42 100644 --- a/src/components/Root.js +++ b/src/components/Root.js @@ -17,18 +17,6 @@ import { store } from '../store/configureStore'; // testing... // import StyleGuide from 'c/StyleGuide'; -// import Loading from 'c/Loading'; - -// for loading async chunk...not used yet - -// import Loadable from './Loadable'; -// const delay = t => new Promise(r => setTimeout(r, t)); -// const AsyncAbout = Loadable({ -// loader: () => delay(800).then(() => import('./About')) -// }); -// const AsyncHello = Loadable({ -// loader: () => import('./Hello') -// }); import './Root.scss'; import s0 from './Root.module.scss'; |
