diff --git a/app/(dashboard)/layout.tsx b/app/(dashboard)/layout.tsx
index a7b6d87f..28b62a3e 100644
--- a/app/(dashboard)/layout.tsx
+++ b/app/(dashboard)/layout.tsx
@@ -1,7 +1,6 @@
import { createClient } from '@/lib/supabase/server'
import { redirect } from 'next/navigation'
import DashboardNav from '@/components/dashboard/DashboardNav'
-import { ChatWidget } from '@/components/chat'
import { RecaptIdentify } from '@/components/RecaptIdentify'
import type { EntityType } from '@/types'
@@ -55,7 +54,6 @@ export default async function DashboardLayout({
{children}
-
+
-