From b187f6c13996916ddeaed7737868454019ae90db Mon Sep 17 00:00:00 2001 From: wugaoliang Date: Sat, 8 Feb 2020 01:30:13 +0800 Subject: [PATCH] fix: #733 --- site/main.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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') )