Skip to content

Commit 6743538

Browse files
committed
fix double import
1 parent da3655a commit 6743538

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/packages/tiny-mce/property-editors/tiny-mce/property-editor-ui-tiny-mce.element.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import { customElement, html, property, state } from '@umbraco-cms/backoffice/external/lit';
22
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
33
import { UmbPropertyValueChangeEvent } from '@umbraco-cms/backoffice/property-editor';
4-
import type { UmbPropertyEditorConfigCollection } from '@umbraco-cms/backoffice/property-editor';
5-
import type { UmbPropertyEditorUiElement } from '@umbraco-cms/backoffice/property-editor';
4+
import type {
5+
UmbPropertyEditorUiElement,
6+
UmbPropertyEditorConfigCollection,
7+
} from '@umbraco-cms/backoffice/property-editor';
68
import {
79
UmbBlockRteEntriesContext,
810
type UmbBlockRteLayoutModel,

0 commit comments

Comments
 (0)