add: ai chatbot

This commit is contained in:
hamid zarghami
2025-11-30 16:35:09 +03:30
parent 32e7989ec6
commit 091df757d0
18 changed files with 1775 additions and 1 deletions
+2
View File
@@ -10,6 +10,7 @@ import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
import { viewport } from './viewport'
import { SHOP_CONFIG } from "@/config/const";
import ManageData from "@/components/ManageData";
import FloatingChatButton from "./chatbot/components/FloatingChatButton";
export const metadata: Metadata = {
title: `${SHOP_CONFIG.fullName} | ${SHOP_CONFIG.englishName}`,
@@ -33,6 +34,7 @@ export default function RootLayout({
{children}
<ToastContainer />
<MobileBottomMenu />
<FloatingChatButton />
<ReactQueryDevtools initialIsOpen={false} />
<ManageData />
</QueryProvider>