Skip to content

Commit 0bbd07f

Browse files
committed
add missing imports
1 parent bc14432 commit 0bbd07f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/packages/media/media-types/workspace/media-type-workspace-editor.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { UMB_MEDIA_TYPE_WORKSPACE_CONTEXT } from './media-type-workspace.context
33
import { css, html, customElement, state, ifDefined } from '@umbraco-cms/backoffice/external/lit';
44
import { UmbLitElement, umbFocus } from '@umbraco-cms/backoffice/lit-element';
55
import { UMB_ICON_PICKER_MODAL, UMB_MODAL_MANAGER_CONTEXT } from '@umbraco-cms/backoffice/modal';
6+
import type { UmbInputWithAliasElement } from '@umbraco-cms/backoffice/components';
67

78
@customElement('umb-media-type-workspace-editor')
89
export class UmbMediaTypeWorkspaceEditorElement extends UmbLitElement {

src/packages/members/member-type/workspace/member-type-workspace-editor.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { UMB_MEMBER_TYPE_WORKSPACE_CONTEXT } from './member-type-workspace.context-token.js';
2+
import type { UmbInputWithAliasElement } from '@umbraco-cms/backoffice/components';
23
import { css, html, customElement, state, ifDefined } from '@umbraco-cms/backoffice/external/lit';
34
import { UmbLitElement, umbFocus } from '@umbraco-cms/backoffice/lit-element';
45
import { UMB_ICON_PICKER_MODAL, UMB_MODAL_MANAGER_CONTEXT } from '@umbraco-cms/backoffice/modal';

0 commit comments

Comments
 (0)