mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 20:16:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
2a9c5a8d09
commit
6bdca7b7b2
2 changed files with 13 additions and 3 deletions
|
|
@ -3,6 +3,7 @@ import type { QueryClient } from "@tanstack/react-query";
|
|||
import { QueryClientProvider } from "@tanstack/react-query";
|
||||
import { Toaster } from "@/components/ui/sonner";
|
||||
import { ThemeProvider } from "@/components/theme-provider";
|
||||
import { PaymentTestModeBanner } from "@/components/mika/PaymentTestModeBanner";
|
||||
|
||||
import appCss from "../styles.css?url";
|
||||
|
||||
|
|
@ -98,6 +99,7 @@ function RootComponent() {
|
|||
return (
|
||||
<QueryClientProvider client={queryClient}>
|
||||
<ThemeProvider>
|
||||
<PaymentTestModeBanner />
|
||||
<Outlet />
|
||||
<Toaster richColors position="top-right" />
|
||||
</ThemeProvider>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue