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