import { useTenantStore } from "@/store/tenantStore"; export function useTenantHeader() { const tenantId = useTenantStore((s) => s.tenantId); return tenantId; }