From 24bd10f6a4745996afdada1b15c95e71d1b400ed Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 11:14:51 +0000 Subject: [PATCH] Fix Transactions page loading issue Addresses a problem where the Transactions page was failing to load. --- src/App.tsx | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1029f79..3db35b9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -21,6 +21,7 @@ import ForgotPassword from "./pages/ForgotPassword"; import SupabaseSettings from "./pages/SupabaseSettings"; import { initSyncSettings } from "./utils/syncUtils"; import { AuthProvider } from "./contexts/auth"; +import { BudgetProvider } from "./contexts/BudgetContext"; // 전역 오류 처리 const handleError = (error: any) => { @@ -143,26 +144,28 @@ const App = () => { - - - - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - + + + + + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + + +