From 782ac2407a85c00a27ee8af22dc18938e417ab56 Mon Sep 17 00:00:00 2001 From: evie-8 Date: Fri, 15 Nov 2024 13:32:02 +0300 Subject: [PATCH] fixed issue --- src/theme/Root.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/theme/Root.tsx b/src/theme/Root.tsx index 9139ecc..a156008 100644 --- a/src/theme/Root.tsx +++ b/src/theme/Root.tsx @@ -1,7 +1,7 @@ import React, { useState, useEffect } from "react"; import { getAuth, - signOut, + // signOut, signInWithPopup, GoogleAuthProvider, } from "firebase/auth"; @@ -103,13 +103,13 @@ export default function Root({ children }) {
Sunbird AI logo