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