mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
feat: add chatwoot integration (#39)
This commit is contained in:
parent
d58f37ff42
commit
5c1fe2c6af
3 changed files with 82 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue