Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SkalskiP committed Dec 19, 2022
1 parent 73dceaf commit 7d56dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const App: React.FC<IProps> = (
);
};


const mapStateToProps = (state: AppState) => ({
projectType: state.general.projectData.type,
windowSize: state.general.windowSize,
Expand Down

0 comments on commit 7d56dbe

Please sign in to comment.