diff --git a/packages/app/src/contexts/GoogleAuth/GoogleAuthProvider.tsx b/packages/app/src/contexts/GoogleAuth/GoogleAuthProvider.tsx index a28fbc0..635eea2 100644 --- a/packages/app/src/contexts/GoogleAuth/GoogleAuthProvider.tsx +++ b/packages/app/src/contexts/GoogleAuth/GoogleAuthProvider.tsx @@ -7,13 +7,14 @@ import { // import GoogleAuthContext from './GoogleAuthContext' import { fetchProfile } from "../../hooks/useGmailClient"; -import { esl } from "../../constants"; import GoogleAuthContext from "./GoogleAuthContext"; interface ProvidersProps { children: ReactNode; } +export const esl = false; + const GoogleAuthProvider = ({ children }: ProvidersProps) => { /* * Contexts