Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-06-30 20:41:43 +00:00
co-authored by renee-png
parent 594fb22107
commit 8cf9b95cff
+1 -1
View File
@@ -118,8 +118,8 @@ function RootComponent() {
return (
<QueryClientProvider client={queryClient}>
{/* Required: nested routes render here. Removing <Outlet /> breaks all child routes. */}
<Outlet />
<Toaster richColors position="top-right" />
</QueryClientProvider>
);
}