diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/index.ts b/src/Umbraco.Web.UI.Client/src/packages/core/index.ts index 164ac5a477..22ae66ba90 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/index.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/index.ts @@ -1,6 +1,6 @@ import { UmbBackofficeNotificationContainerElement, UmbBackofficeModalContainerElement } from './components/index.js'; import { manifests as debugManifests } from './debug/manifests.js'; -import { manifests as propertyActionManifests } from './property-actions/manifests.js'; +import { manifests as propertyActionManifests } from './property-action/manifests.js'; import { manifests as propertyEditorManifests } from './property-editor/manifests.js'; import { manifests as tinyMcePluginManifests } from './property-editor/uis/tiny-mce/plugins/manifests.js'; import { manifests as workspaceManifests } from './workspace/manifests.js'; @@ -31,7 +31,7 @@ export * from './menu/index.js'; export * from './modal/index.js'; export * from './notification/index.js'; export * from './picker-input/index.js'; -export * from './property-actions/index.js'; +export * from './property-action/index.js'; export * from './property-editor/index.js'; export * from './section/index.js'; export * from './sorter/index.js';