Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
akram-r committed Jan 23, 2024
1 parent ada8f92 commit 7fa1f8b
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 @@ -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);
Expand Down

0 comments on commit 7fa1f8b

Please sign in to comment.