fix(components): point SettingsSwitcher to '@/components/forms/SettingsSubmit'
This commit is contained in:
parent
0badf0bf76
commit
1e699b51ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue