Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / packages / components / containers / organization / logoUpload / useOrganizationTheme.ts
blob4eaee38d566a4424d5fe76fec8ca63503ace5722
1 import { selectOrganizationTheme } from '@proton/account/organization/theme';
2 import { useSelector } from '@proton/redux-shared-store';
4 export const useOrganizationTheme = () => {
5     return useSelector(selectOrganizationTheme);
6 };