|
|
@ -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}} />; |
|
|
|