diff --git a/site/main.js b/site/main.js index fc70cc940..f90c5996b 100644 --- a/site/main.js +++ b/site/main.js @@ -4,12 +4,10 @@ import { Provider } from 'react-redux' import App from './view' import store from './redux/store' import './style/index.scss' -import { ThemeContext } from '../components/context' + render( - - - - + + , document.getElementById('app') )