Replace chatwoot with odoo
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Space_Grotesk, Inter } from "next/font/google";
|
||||
import { Analytics } from "@vercel/analytics/next";
|
||||
import { ChatwootWidget } from "@/components/chatwoot";
|
||||
import { ChatWidget } from "@/components/chatwidget";
|
||||
import "./globals.css";
|
||||
|
||||
const spaceGrotesk = Space_Grotesk({
|
||||
@@ -41,7 +41,7 @@ export default function RootLayout({
|
||||
>
|
||||
{children}
|
||||
<Analytics />
|
||||
<ChatwootWidget />
|
||||
<ChatWidget />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user