Skip to content

Commit

Permalink
fx imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 7, 2024
1 parent 5a41f4b commit 8a3422a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions examples/modal-routed/index.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 8a3422a

Please sign in to comment.