mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 22:51:12 -05:00
Fix: Correct provider hierarchy and simplify auth
This commit is contained in:
@@ -61,10 +61,10 @@ const queryClient = new QueryClient({
|
||||
function AppContent() {
|
||||
return (
|
||||
<TooltipProvider>
|
||||
<LocationAutoDetectProvider />
|
||||
<BrowserRouter>
|
||||
<Toaster />
|
||||
<Sonner />
|
||||
<LocationAutoDetectProvider />
|
||||
<Toaster />
|
||||
<Sonner />
|
||||
<div className="min-h-screen flex flex-col">
|
||||
<div className="flex-1">
|
||||
<Routes>
|
||||
|
||||
Reference in New Issue
Block a user