Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
594fb22107
commit
8cf9b95cff
@@ -118,8 +118,8 @@ function RootComponent() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<QueryClientProvider client={queryClient}>
|
<QueryClientProvider client={queryClient}>
|
||||||
{/* Required: nested routes render here. Removing <Outlet /> breaks all child routes. */}
|
|
||||||
<Outlet />
|
<Outlet />
|
||||||
|
<Toaster richColors position="top-right" />
|
||||||
</QueryClientProvider>
|
</QueryClientProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user