From 5b54d5cefe8c9c26ccaeda681f12c4d3a4536630 Mon Sep 17 00:00:00 2001 From: Nickj345 <118086990+Nickj345@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:37:50 -0600 Subject: [PATCH] Update AccountPage.tsx --- src/pages/AccountPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () => {