diff --git a/src/components/App.jsx b/src/components/App.jsx index 2231b11..05df8b6 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -19,10 +19,9 @@ import WindowManager from './WindowManager'; const iconContextValue = { style: { verticalAlign: 'middle' } }; -const App = () => ( -
+const App = ({ store }) => ( +