File tree Expand file tree Collapse file tree
surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,32 +78,20 @@ import {
7878import Loading from "../loading" ;
7979
8080const 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) ;
9187const 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) ;
10294const 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 ,
You can’t perform that action at this time.
0 commit comments