move dashboard interface import

This commit is contained in:
Niels Lyngsø
2024-09-30 11:30:52 +02:00
parent 600e50a599
commit 8fc8bb1655

View File

@@ -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