diff --git a/client/src/contexts/AuthContext.tsx b/client/src/contexts/AuthContext.tsx index 69c131f..fd9fc3f 100644 --- a/client/src/contexts/AuthContext.tsx +++ b/client/src/contexts/AuthContext.tsx @@ -14,7 +14,6 @@ interface AuthContextType { refreshUser: () => Promise; } - const AuthContext = createContext(undefined); export function AuthProvider({ children }: { children: ReactNode }) {