From eceb4725567b58c87e50e7146208f6a48fb74731 Mon Sep 17 00:00:00 2001 From: Reihan Date: Thu, 8 May 2025 22:57:43 +0700 Subject: [PATCH] add chatbot --- src/app/dashboard/layout.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/app/dashboard/layout.tsx b/src/app/dashboard/layout.tsx index 8f43610..d3459f6 100644 --- a/src/app/dashboard/layout.tsx +++ b/src/app/dashboard/layout.tsx @@ -4,6 +4,7 @@ import Sidebar from "@/components/Sidebar"; import Topbar from "@/components/Topbar"; import { usePrivy } from "@privy-io/react-auth"; import { useRouter } from "next/navigation"; +import Script from "next/script"; export default function DashboardLayout({ children, @@ -21,6 +22,26 @@ export default function DashboardLayout({ } return (
+