diff --git a/squarenotsquare/index.js b/squarenotsquare/index.js index a5e1ef4..07b87ea 100644 --- a/squarenotsquare/index.js +++ b/squarenotsquare/index.js @@ -5,8 +5,8 @@ import SquareNotSquare from './SquareNotSquare'; import ConfigStore from './src/redux/CreateStore'; import { appInit } from './src/redux/actions/SystemActions'; -const ConfigStore = configStore; -ConfigStore.dispatch(appInit()); +const squareStore = ConfigStore; +squareStore.dispatch(appInit()); const ProppedContainer = () => { return ;