import { useDispatch } from "react-redux"; import { Dispatch } from "redux"; import { Action } from "../types"; export default function useSafeDispatch() { return useDispatch>(); }