ignore folder
This commit is contained in:
6
hooks/useTenantHeader.ts
Normal file
6
hooks/useTenantHeader.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { useTenantStore } from "@/store/tenantStore";
|
||||
|
||||
export function useTenantHeader() {
|
||||
const tenantId = useTenantStore((s) => s.tenantId);
|
||||
return tenantId;
|
||||
}
|
||||
Reference in New Issue
Block a user