import { useDispatch, useSelector } from 'react-redux'; const useTypedDispatch = useDispatch; const useTypedSelector = useSelector; export { useTypedDispatch, useTypedSelector }; //# sourceMappingURL=hooks.mjs.map