diff options
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'; |
