fix imports

This commit is contained in:
Mads Rasmussen
2024-07-04 21:08:07 +02:00
parent e0c977e122
commit 215d69a59c
2 changed files with 2 additions and 2 deletions

View File

@@ -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';

View File

@@ -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';