6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
|
import { trpc } from "@calcom/trpc/react";
|
||
|
|
||
|
export function useOrgBrandingValues() {
|
||
|
return trpc.viewer.organizations.getBrand.useQuery().data;
|
||
|
}
|