Update imports

This commit is contained in:
engjlr
2026-05-26 10:09:08 +02:00
parent 34847e952e
commit d34361b78c
3 changed files with 3 additions and 3 deletions
@@ -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,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,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<