diff --git a/src/interface/web/app/chat/layout.tsx b/src/interface/web/app/chat/layout.tsx index 07c55338..4f2ec7dd 100644 --- a/src/interface/web/app/chat/layout.tsx +++ b/src/interface/web/app/chat/layout.tsx @@ -1,5 +1,6 @@ import type { Metadata } from "next"; import "../globals.css"; +import { Toaster } from "@/components/ui/toaster"; export const metadata: Metadata = { title: "Khoj AI - Chat", @@ -39,6 +40,7 @@ export default function ChildLayout({ return ( <> {children} +