fix bug cart

This commit is contained in:
hamid zarghami
2025-10-27 13:41:00 +03:30
parent abc74eb970
commit fcbbf4c67a
4 changed files with 34 additions and 10 deletions
+2
View File
@@ -9,6 +9,7 @@ import MobileBottomMenu from "@/components/MobileBottomMenu";
import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
import { viewport } from './viewport'
import { SHOP_CONFIG } from "@/config/const";
import ManageData from "@/components/ManageData";
export const metadata: Metadata = {
title: `${SHOP_CONFIG.fullName} | ${SHOP_CONFIG.englishName}`,
@@ -33,6 +34,7 @@ export default function RootLayout({
<ToastContainer />
<MobileBottomMenu />
<ReactQueryDevtools initialIsOpen={false} />
<ManageData />
</QueryProvider>
</body>
</html>