fix imports

This commit is contained in:
Niels Lyngsø
2023-01-02 13:19:50 +01:00
parent 156cb84d4e
commit d7e7e70e8f
2 changed files with 2 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ import { ifDefined } from 'lit-html/directives/if-defined.js';
import { UUIMenuItemEvent } from '@umbraco-ui/uui';
import { map } from 'rxjs';
import { repeat } from 'lit/directives/repeat.js';
import type { UmbTreeContextBase } from './tree.context';
import { UmbSectionContext } from '../section/section.context';
import type { UmbTreeContextBase } from './tree.context';
import { UmbTreeContextMenuService } from './context-menu/tree-context-menu.service';
import type { Entity, ManifestSection } from '@umbraco-cms/models';
import { UmbObserverMixin } from '@umbraco-cms/observable-api';

View File

@@ -1,9 +1,9 @@
import { UmbNotificationService } from '../../../services/notification';
import { UmbNotificationDefaultData } from '../../../services/notification/layouts/default';
import { UmbWorkspaceWithStoreContext } from './workspace-with-store.context';
import { UmbNodeStoreBase } from 'src/backoffice/core/stores/store';
import { ContentTreeItem } from '@umbraco-cms/backend-api';
import { UmbContextConsumer } from '@umbraco-cms/context-api';
import { UmbWorkspaceWithStoreContext } from './workspace-with-store.context';
// TODO: Consider if its right to have this many class-inheritance of WorkspaceContext
export class UmbWorkspaceNodeContext<