'use strict'; var reactRedux = require('react-redux'); const useTypedDispatch = reactRedux.useDispatch; const useTypedSelector = reactRedux.useSelector; exports.useTypedDispatch = useTypedDispatch; exports.useTypedSelector = useTypedSelector; //# sourceMappingURL=hooks.js.map