feat: add chatwoot integration (#39)

This commit is contained in:
Abhishek 2025-11-04 18:12:57 +05:30 committed by GitHub
parent d58f37ff42
commit 5c1fe2c6af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>