diff --git a/src/pages/AccountPage.tsx b/src/pages/AccountPage.tsx index e670147..ab2bf0f 100644 --- a/src/pages/AccountPage.tsx +++ b/src/pages/AccountPage.tsx @@ -15,7 +15,7 @@ import { Provider, defaultTheme, } from "@adobe/react-spectrum"; -// Import Firebase auth from the modularized config + import { auth } from "../firebase/firebaseConfig"; const AccountPage: React.FC = () => {