From 8fc8bb1655cdd17bab94dd9c65e4bca23fa9b855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 30 Sep 2024 11:30:52 +0200 Subject: [PATCH] move dashboard interface import --- .../src/packages/core/dashboard/dashboard.extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/dashboard/dashboard.extension.ts b/src/Umbraco.Web.UI.Client/src/packages/core/dashboard/dashboard.extension.ts index 0797d89a77..86ab5f5009 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/dashboard/dashboard.extension.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/dashboard/dashboard.extension.ts @@ -1,4 +1,4 @@ -import type { UmbDashboardElement } from '../extension-registry/interfaces/index.js'; +import type { UmbDashboardElement } from './dashboard-element.interface.js'; import type { ManifestElement, ManifestWithDynamicConditions } from '@umbraco-cms/backoffice/extension-api'; export interface ManifestDashboard