mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 07:02:36 +00:00
chore: fixed builds
This commit is contained in:
parent
edd226ccc1
commit
bbe774846c
1 changed files with 0 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue