From 5dc4a4bc57adea9bb49a341f568529e37fca50dd Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Mon, 1 Aug 2022 00:15:01 -0500 Subject: [PATCH] store rename --- squarenotsquare/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;