From d31f50512276599efd419a3be32ae24e39e416ca Mon Sep 17 00:00:00 2001 From: Krisztian Date: Mon, 5 Sep 2022 16:04:38 +0200 Subject: [PATCH] tryout --- src/client/src/index.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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(