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 = () => { - - - - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - + + + + + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + + +