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