diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts index abcc350e0d..dde67f8d9b 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts @@ -5,7 +5,7 @@ import { manifest as datePicker } from '../../../property-editors/date-picker/ma import { manifest as dropdown } from '../../../property-editors/dropdown/manifests.js'; import { manifest as eyeDropper } from '../../../property-editors/eye-dropper/manifests.js'; import { manifest as iconPicker } from '../../../property-editors/icon-picker/manifests.js'; -import { manifest as label } from './label/manifests.js'; +import { manifest as label } from '../../../property-editors/label/manifests.js'; import { manifest as multipleTextString } from './multiple-text-string/manifests.js'; import { manifest as multiUrlPicker } from './multi-url-picker/manifests.js'; import { manifest as numberRange } from './number-range/manifests.js'; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/label/manifests.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/manifests.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/label/manifests.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.element.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.element.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.element.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.element.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.stories.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.stories.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.stories.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.stories.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.test.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.test.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.test.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.test.ts