fix imports
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user