diff --git a/src/App.tsx b/src/App.tsx index 248a202..e8467b9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -168,6 +168,7 @@ const useStyles = createStyles(theme => ({ function App() { const dispatch = useDispatch(); + console.log('first'); const artboards = useSelector((state: RootState) => state.app.artboards); const activeArtboard = useSelector((state: RootState) => state.app.activeArtboard); const selectedArtboards = useSelector((state: RootState) => state.app.selectedArtboards);