Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import { useSelector } from 'react-redux';
- export const useStrings = () => {
- const strings = useSelector((state) => state.app.strings);
- return strings;
- };
- export default useStrings;
Advertisement
Add Comment
Please, Sign In to add comment