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