fix(components): point SettingsSwitcher to '@/components/forms/SettingsSubmit'

This commit is contained in:
makearmy 2025-09-29 14:15:13 -04:00
parent 0badf0bf76
commit 1e699b51ae

View file

@ -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 }
);