diff --git a/src/client/context/AuthContextType.ts b/src/client/context/AuthContextType.ts index ec378eb..7cb569c 100644 --- a/src/client/context/AuthContextType.ts +++ b/src/client/context/AuthContextType.ts @@ -1,4 +1,3 @@ -import { createContext } from 'react'; import type { AppUser } from '../types'; export interface AuthContextType {