From db532afcefd4b47536996ac9e343da1e726f3e4d Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 14:30:11 +0000 Subject: [PATCH] Fix: Ensure AuthProvider wraps necessary components --- src/App.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6b31f62b..66e2efa2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -118,8 +118,9 @@ function AppContent() { const App = () => ( - - + + + );