first commit
This commit is contained in:
5
calcom/packages/platform/atoms/hooks/useApiKeys.ts
Normal file
5
calcom/packages/platform/atoms/hooks/useApiKeys.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createContext, useContext } from "react";
|
||||
|
||||
export const ApiKeyContext = createContext({ key: "", error: "" });
|
||||
|
||||
export const useApiKey = () => useContext(ApiKeyContext);
|
||||
Reference in New Issue
Block a user