fx imports

This commit is contained in:
Niels Lyngsø
2024-11-07 21:45:40 +01:00
parent 7e7e45c8f6
commit 5adcc43351

View File

@@ -1,14 +1,5 @@
import type { ManifestDashboard, ManifestModal } from '@umbraco-cms/backoffice/extension-registry';
// const section : ManifestSection = {
// type: "section",
// alias: 'demo.section',
// name: "Demo Section",
// meta: {
// label: "Demo",
// pathname: "demo"
// }
// }
import type { ManifestDashboard } from '@umbraco-cms/backoffice/dashboard';
import type { ManifestModal } from '@umbraco-cms/backoffice/modal';
const dashboard: ManifestDashboard = {
type: 'dashboard',