Skip to content

Commit ef36dff

Browse files
committed
chore: sort imports
1 parent 345220e commit ef36dff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/packages/rte/components/rte-base.element.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import {
1212
type UmbBlockRteTypeModel,
1313
} from '@umbraco-cms/backoffice/block-rte';
1414
import { UMB_PROPERTY_CONTEXT, UMB_PROPERTY_DATASET_CONTEXT } from '@umbraco-cms/backoffice/property';
15-
import { observeMultiple } from '@umbraco-cms/backoffice/observable-api';
16-
import { debounceTime } from '@umbraco-cms/backoffice/external/rxjs';
1715

1816
export abstract class UmbRteBaseElement extends UmbLitElement implements UmbPropertyEditorUiElement {
1917
public set config(config: UmbPropertyEditorConfigCollection | undefined) {

0 commit comments

Comments
 (0)