Use source loader for email sprite icons
[ProtonMail-WebClient.git] / packages / account / organization / hooks.ts
blobdaebe0eb4bc66e4b9626b276ed15e11acce4ad1d
1 import { createHooks } from '@proton/redux-utilities';
3 import { organizationThunk, selectOrganization } from './index';
5 const hooks = createHooks(organizationThunk, selectOrganization);
7 export const useOrganization = hooks.useValue;
8 export const useGetOrganization = hooks.useGet;