fix: resolve AuthContext collision causing frontend crash
This commit is contained in:
@@ -13,5 +13,3 @@ export interface AuthContextType {
|
||||
canEdit: () => boolean;
|
||||
refetchUser: () => Promise<void>;
|
||||
}
|
||||
|
||||
export const AuthContext = createContext<AuthContextType | undefined>(undefined);
|
||||
|
||||
Reference in New Issue
Block a user