fix bug cart
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user