DRVDOC-1129: Clicking on editor margins should focus editor
[ProtonMail-WebClient.git] / packages / account / organizationKey / hooks.ts
bloba00954ebce0e53d69a583441698918505d931454
1 import { createHooks } from '@proton/redux-utilities';
3 import { organizationKeyThunk, selectOrganizationKey } from './index';
5 const hooks = createHooks(organizationKeyThunk, selectOrganizationKey);
7 export const useOrganizationKey = hooks.useValue;
8 export const useGetOrganizationKey = hooks.useGet;