fix(layout): add OptStore
This commit is contained in:
@@ -18,6 +18,7 @@ import { Notifications } from "@mantine/notifications"
|
||||
import { Suspense } from "react"
|
||||
import "./globals.css"
|
||||
import { theme } from "./theme"
|
||||
import { OptStore } from "@/components/label/OptStore"
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -56,6 +57,7 @@ export default function RootLayout({
|
||||
<MantineProvider defaultColorScheme="auto" theme={theme}>
|
||||
<Notifications />
|
||||
<InfoCheck />
|
||||
<OptStore />
|
||||
<ModalsProvider>
|
||||
<Suspense fallback={<></>}>{children}</Suspense>
|
||||
</ModalsProvider>
|
||||
|
||||
Reference in New Issue
Block a user