diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/templating/templates/tree/data/sources/index.ts b/src/Umbraco.Web.UI.Client/src/backoffice/templating/templates/tree/data/sources/index.ts index d013339592..64b63e54d2 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/templating/templates/tree/data/sources/index.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/templating/templates/tree/data/sources/index.ts @@ -1,4 +1,4 @@ -import { DataSourceResponse } from '../../../workspace/data'; +import type { DataSourceResponse } from '@umbraco-cms/models'; import { EntityTreeItem, PagedEntityTreeItem } from '@umbraco-cms/backend-api'; export interface TemplateTreeDataSource {