move shared folder

This commit is contained in:
Mads Rasmussen
2022-09-30 15:34:25 +02:00
parent be12bf474c
commit b968211235
3 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import type { UmbExtensionRegistry } from '../../../../../core/extension';
import type { UmbPropertyEditorStore } from '../../../../../core/stores/property-editor/property-editor.store';
import type { ManifestPropertyEditorUI } from '../../../../../core/models';
import '../../../../property-editors/shared/property-editor-config/property-editor-config.element';
import '../../../../property-editor-uis/shared/property-editor-config/property-editor-config.element';
@customElement('umb-editor-view-data-type-edit')
export class UmbEditorViewDataTypeEditElement extends UmbContextConsumerMixin(LitElement) {