From 7d56dbe17782c0a9378edafa142fb9fcc90d7c73 Mon Sep 17 00:00:00 2001 From: Piotr Skalski Date: Mon, 19 Dec 2022 19:26:18 +0100 Subject: [PATCH] test --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 010f06f6..61f70fb8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -62,6 +62,7 @@ const App: React.FC = ( ); }; + const mapStateToProps = (state: AppState) => ({ projectType: state.general.projectData.type, windowSize: state.general.windowSize,