import { useDispatch } from 'react-redux'; import { AppDispatch } from '../app/store'; export const useAppDispatch = useDispatch.withTypes();