diff --git a/src/client/context/AuthContextType.ts b/src/client/context/AuthContextType.ts index 7529430..ec378eb 100644 --- a/src/client/context/AuthContextType.ts +++ b/src/client/context/AuthContextType.ts @@ -13,5 +13,3 @@ export interface AuthContextType { canEdit: () => boolean; refetchUser: () => Promise; } - -export const AuthContext = createContext(undefined);