Update imports
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { customElement, html, nothing } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { UmbValueSummaryElementBase } from '@umbraco-cms/backoffice/value-summary';
|
||||
import type { UmbMemberGroupItemModel } from '../../../types';
|
||||
import type { UmbMemberGroupItemModel } from '../../../types.js';
|
||||
|
||||
@customElement('umb-member-group-picker-property-editor-value-summary')
|
||||
export class UmbMemberGroupPickerPropertyEditorValueSummaryElement extends UmbValueSummaryElementBase<
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { customElement, html, nothing } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { UmbValueSummaryElementBase } from '@umbraco-cms/backoffice/value-summary';
|
||||
import type { UmbMemberItemModel } from '../../../types';
|
||||
import type { UmbMemberItemModel } from '../../../types.js';
|
||||
|
||||
@customElement('umb-member-picker-property-editor-value-summary')
|
||||
export class UmbMemberPickerPropertyEditorValueSummaryElement extends UmbValueSummaryElementBase<
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { customElement, html, nothing } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { UmbValueSummaryElementBase } from '@umbraco-cms/backoffice/value-summary';
|
||||
import type { UmbUserItemModel } from '../../../repository';
|
||||
import type { UmbUserItemModel } from '../../../repository/index.js';
|
||||
|
||||
@customElement('umb-user-picker-property-editor-value-summary')
|
||||
export class UmbUserPickerPropertyEditorValueSummaryElement extends UmbValueSummaryElementBase<
|
||||
|
||||
Reference in New Issue
Block a user