diff options
| author | Haishan <[email protected]> | 2020-03-14 12:11:42 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-03-14 15:01:03 +0800 |
| commit | 6fa117714c7994e404cc199ee5c4ba30e44d4862 (patch) | |
| tree | 68c943b1e7c562758a26e722da4d10b3f12ebdae /src/components/Root.js | |
| parent | 97ab4be7603c7d1a58684f82472f0881f6ca56a0 (diff) | |
chore: cleanup unused legacy redux based global state code
Diffstat (limited to 'src/components/Root.js')
| -rw-r--r-- | src/components/Root.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/Root.js b/src/components/Root.js index 90b548e..f727b64 100644 --- a/src/components/Root.js +++ b/src/components/Root.js @@ -1,5 +1,4 @@ import React, { Suspense } from 'react'; -// import { Provider } from '../misc/store'; import StateProvider from './StateProvider'; import { HashRouter as Router, Route, Routes } from 'react-router-dom'; import Loading2 from './Loading2'; @@ -11,7 +10,6 @@ import Config from './Config'; import StyleGuide from './StyleGuide'; import Connections from './Connections'; import APIDiscovery from './APIDiscovery'; -// import { store } from '../store/configureStore'; import { initialState, actions } from '../store'; import './Root.css'; import s0 from './Root.module.css'; |
