diff --git a/app/layout.tsx b/app/layout.tsx
index 702197b..92db6b9 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -6,6 +6,7 @@ import { ThemeProvider } from '@/components/theme-provider';
import { Toaster } from '@/components/ui/toaster';
import { TooltipProvider } from '@/components/ui/tooltip';
import { cn } from '@/lib/utils';
+import StoreProvider from '@/stores/store-provider';
const inter = Inter({ subsets: ['latin'] });
@@ -29,9 +30,11 @@ export default function RootLayout({
enableSystem
disableTransitionOnChange
>
-
-
- {children}
+
+
+
+ {children}
+