diff --git a/src/client/src/index.tsx b/src/client/src/index.tsx index f14bc4b..22a2b6e 100755 --- a/src/client/src/index.tsx +++ b/src/client/src/index.tsx @@ -4,9 +4,11 @@ import './index.css'; import Root from './components/Root'; import * as serviceWorker from './serviceWorker'; -import configureStore, {history} from './store'; +import configureStore, { history } from './store'; -const {store} = configureStore(); +const { store } = configureStore(); + +console.log('test') ReactDOM.render(