init
This commit is contained in:
4
worklenz-frontend/src/hooks/useAppSelector.ts
Normal file
4
worklenz-frontend/src/hooks/useAppSelector.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { useSelector } from 'react-redux';
|
||||
import { RootState } from '../app/store';
|
||||
|
||||
export const useAppSelector = useSelector.withTypes<RootState>();
|
||||
Reference in New Issue
Block a user