Skip to content

Commit

Permalink
Merge pull request #17 from VartoSss/master
Browse files Browse the repository at this point in the history
  • Loading branch information
keksobot authored Dec 30, 2024
2 parents b91d15a + 0f652af commit 4502025
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/store/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { TypedUseSelectorHook, useDispatch, useSelector } from 'react-redux';
import { AppDispatch, State } from '../types/state';


export const useAppDispatch = () => useDispatch<AppDispatch>();

export const useAppSelector: TypedUseSelectorHook<State> = useSelector;

0 comments on commit 4502025

Please sign in to comment.