chore: fixed builds

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-04-08 16:30:31 -07:00
parent edd226ccc1
commit bbe774846c

View file

@ -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,