diff --git a/components/portal/SettingsSwitcher.tsx b/components/portal/SettingsSwitcher.tsx index 1aceed82..fe4dc2f4 100644 --- a/components/portal/SettingsSwitcher.tsx +++ b/components/portal/SettingsSwitcher.tsx @@ -13,7 +13,7 @@ const CO2GantryPanel = dynamic(() => import("@/app/settings/co2-gantry/page"), { // NEW: embed the submission form in the "Add" tab const SettingsSubmit = dynamic( - () => import("@/app/components/forms/SettingsSubmit"), + () => import("@/components/forms/SettingsSubmit"), { ssr: false } );