From 9d34821c83e20a3613fc75e80aae38c405d92f46 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Sun, 15 Mar 2026 15:35:31 -0300 Subject: [PATCH] dia 15 - auth --- src/client/context/AuthContextType.ts | 1 - 1 file changed, 1 deletion(-) 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 {