fix imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { UmbCurrentUserHistoryItem, UmbCurrentUserHistoryStore } from './current-user-history.store.js';
|
||||
import { UMB_CURRENT_USER_HISTORY_STORE_CONTEXT } from './current-user-history.store.js';
|
||||
import { UMB_CURRENT_USER_HISTORY_STORE_CONTEXT } from './current-user-history.store.token.js';
|
||||
import { html, customElement, state, map, ifDefined, css } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
|
||||
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export { UMB_USER_COLLECTION_REPOSITORY_ALIAS } from './manifests.js';
|
||||
export { UMB_USER_COLLECTION_REPOSITORY_ALIAS } from './constants.js';
|
||||
export { UmbUserCollectionRepository } from './user-collection.repository.js';
|
||||
|
||||
Reference in New Issue
Block a user