update import

This commit is contained in:
Mads Rasmussen
2023-05-03 16:01:01 +02:00
parent da76acbb9f
commit 56fee66c96

View File

@@ -1,5 +1,5 @@
import { map } from 'rxjs';
import { UmbTreeItemContext } from '../tree-item.context.interface';
import { UmbTreeItemContext } from './tree-item.context.interface';
import { UMB_SECTION_CONTEXT_TOKEN, UMB_SECTION_SIDEBAR_CONTEXT_TOKEN } from '@umbraco-cms/backoffice/section';
import type { UmbSectionContext, UmbSectionSidebarContext } from '@umbraco-cms/backoffice/section';
import { UmbTreeContextBase } from '@umbraco-cms/backoffice/tree';