From bbe774846cb7aae547ea61c87fdf261ac2606693 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Wed, 8 Apr 2026 16:30:31 -0700 Subject: [PATCH] chore: fixed builds --- .../new-chat/[[...chat_id]]/page.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx b/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx index 0f9cfd26d..0b1369340 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx @@ -78,10 +78,6 @@ import { import Loading from "../loading"; const MobileEditorPanel = dynamic( - () => - import("@/components/editor-panel/editor-panel").then((m) => ({ - default: m.MobileEditorPanel, - })), () => import("@/components/editor-panel/editor-panel").then((m) => ({ default: m.MobileEditorPanel, @@ -89,10 +85,6 @@ const MobileEditorPanel = dynamic( { ssr: false } ); const MobileHitlEditPanel = dynamic( - () => - import("@/components/hitl-edit-panel/hitl-edit-panel").then((m) => ({ - default: m.MobileHitlEditPanel, - })), () => import("@/components/hitl-edit-panel/hitl-edit-panel").then((m) => ({ default: m.MobileHitlEditPanel, @@ -100,10 +92,6 @@ const MobileHitlEditPanel = dynamic( { ssr: false } ); const MobileReportPanel = dynamic( - () => - import("@/components/report-panel/report-panel").then((m) => ({ - default: m.MobileReportPanel, - })), () => import("@/components/report-panel/report-panel").then((m) => ({ default: m.MobileReportPanel,