From 1dae163cada1ded2aa72ecf690d256480b2f43b4 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 8 Oct 2025 16:55:02 -0500 Subject: [PATCH] base path for react router fix --- frontend/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 83a3947..b817761 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -37,9 +37,9 @@ function AuthenticatedRoute({ children }: { children: React.ReactNode }) { function AppContent() { const { toasts, removeToast } = useToastContext(); - + return ( - +
} />