Browse Source

store rename

pull/8/head
Tim Glasgow 3 years ago
parent
commit
5dc4a4bc57
  1. 4
      squarenotsquare/index.js

4
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 <SquareNotSquare {...{squareStore: squareStore}} />;

Loading…
Cancel
Save