Skip to content

Commit 89b37f6

Browse files
committed
Linting.
1 parent 3f9ff17 commit 89b37f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/property-value-presentation/property-value-presentation-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { property } from "@umbraco-cms/backoffice/external/lit";
22
import { UmbLitElement } from "@umbraco-cms/backoffice/lit-element";
3-
import type { UmbPropertyValuePresentationDisplayOption } from "src/packages/core/property-value-presentation/property-value-presentation.extension";
3+
import type { UmbPropertyValuePresentationDisplayOption } from "../../core/property-value-presentation/property-value-presentation.extension";
44

55
export abstract class UmbPropertyValuePresentationBaseElement extends UmbLitElement{
66
@property()

0 commit comments

Comments
 (0)