Skip to content

Commit bbe7748

Browse files
committed
chore: fixed builds
1 parent edd226c commit bbe7748

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

  • surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]

surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,32 +78,20 @@ import {
7878
import Loading from "../loading";
7979

8080
const MobileEditorPanel = dynamic(
81-
() =>
82-
import("@/components/editor-panel/editor-panel").then((m) => ({
83-
default: m.MobileEditorPanel,
84-
})),
8581
() =>
8682
import("@/components/editor-panel/editor-panel").then((m) => ({
8783
default: m.MobileEditorPanel,
8884
})),
8985
{ ssr: false }
9086
);
9187
const MobileHitlEditPanel = dynamic(
92-
() =>
93-
import("@/components/hitl-edit-panel/hitl-edit-panel").then((m) => ({
94-
default: m.MobileHitlEditPanel,
95-
})),
9688
() =>
9789
import("@/components/hitl-edit-panel/hitl-edit-panel").then((m) => ({
9890
default: m.MobileHitlEditPanel,
9991
})),
10092
{ ssr: false }
10193
);
10294
const MobileReportPanel = dynamic(
103-
() =>
104-
import("@/components/report-panel/report-panel").then((m) => ({
105-
default: m.MobileReportPanel,
106-
})),
10795
() =>
10896
import("@/components/report-panel/report-panel").then((m) => ({
10997
default: m.MobileReportPanel,

0 commit comments

Comments
 (0)