feat: add chatwoot integration

This commit is contained in:
Abhishek Kumar 2025-11-04 15:16:21 +05:30
parent 491e6edd36
commit 89356f6b56
3 changed files with 82 additions and 0 deletions

View file

@ -4,6 +4,7 @@ import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import { Suspense } from "react";
import ChatwootWidget from "@/components/ChatwootWidget";
import PostHogIdentify from "@/components/PostHogIdentify";
import SpinLoader from "@/components/SpinLoader";
import { Toaster } from "@/components/ui/sonner";
@ -44,6 +45,7 @@ export default function RootLayout({
<PostHogIdentify />
{children}
<Toaster />
<ChatwootWidget />
</OnboardingProvider>
</UserConfigProvider>
</Suspense>