fix double import

This commit is contained in:
Niels Lyngsø
2024-09-30 15:58:37 +02:00
parent dffcc465a5
commit 0546cf9e2c

View File

@@ -1,8 +1,10 @@
import { customElement, html, property, state } from '@umbraco-cms/backoffice/external/lit';
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
import { UmbPropertyValueChangeEvent } from '@umbraco-cms/backoffice/property-editor';
import type { UmbPropertyEditorConfigCollection } from '@umbraco-cms/backoffice/property-editor';
import type { UmbPropertyEditorUiElement } from '@umbraco-cms/backoffice/property-editor';
import type {
UmbPropertyEditorUiElement,
UmbPropertyEditorConfigCollection,
} from '@umbraco-cms/backoffice/property-editor';
import {
UmbBlockRteEntriesContext,
type UmbBlockRteLayoutModel,