diff --git a/pwa/src/contexts/AuthContext.tsx b/pwa/src/contexts/AuthContext.tsx index 36f9278..883885f 100644 --- a/pwa/src/contexts/AuthContext.tsx +++ b/pwa/src/contexts/AuthContext.tsx @@ -218,4 +218,3 @@ export function AuthProvider({ children }: { children: ReactNode }) { ) } -```