Skip to content

Commit b7bd22e

Browse files
committed
Fix import for section view manifest in typescript
1 parent eee0408 commit b7bd22e

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types/sections

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/sections/section-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The manifest can also be written in TypeScript.
5151
For this TypeScript example we used a [Backoffice Entry Point](../backoffice-entry-point.md) extension to register the manifests.
5252

5353
```typescript
54-
import { ManifestSectionView } from '@umbraco-cms/backoffice/section';
54+
import type { ManifestSectionView } from '@umbraco-cms/backoffice/section';
5555

5656
const sectionViews: Array<ManifestSectionView> = [
5757
{

0 commit comments

Comments
 (0)