Skip to content

Commit 382434d

Browse files
committed
fixed type import
1 parent f574e32 commit 382434d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/packages/block/block-grid/components/block-grid-entry/block-grid-entry.element.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
import { UmbBlockGridEntryContext } from '../../context/block-grid-entry.context.js';
22
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
3-
import {
4-
html,
5-
css,
6-
customElement,
7-
property,
8-
state,
9-
nothing,
10-
type PropertyValueMap,
11-
} from '@umbraco-cms/backoffice/external/lit';
3+
import { html, css, customElement, property, state, nothing } from '@umbraco-cms/backoffice/external/lit';
4+
import type { PropertyValueMap } from '@umbraco-cms/backoffice/external/lit';
125
import type { UmbPropertyEditorUiElement } from '@umbraco-cms/backoffice/extension-registry';
136
import type { UmbBlockViewPropsType } from '@umbraco-cms/backoffice/block';
147
import type { UmbBlockGridLayoutModel } from '@umbraco-cms/backoffice/block-grid';

0 commit comments

Comments
 (0)