Browse Source

cleanup: don't need this file

master
erdar2 4 years ago
parent
commit
a9c4b0d425
  1. 5
      resources/js/hooks.ts

5
resources/js/hooks.ts

@ -1,5 +0,0 @@
import { TypedUseSelectorHook, useDispatch, useSelector } from 'react-redux';
import type { RootState, AppDispatch } from './store/store';
export const useAppDispatch = () => useDispatch<AppDispatch>();
export const useAppSelector: TypedUseSelectorHook<RootState> = useSelector;
Loading…
Cancel
Save