correct file names

This commit is contained in:
Niels Lyngsø
2024-03-22 09:58:46 +01:00
parent 154b050632
commit 1d61e917ad
3 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import { UmbFormControlMixin } from '@umbraco-cms/backoffice/validation';
import { html, customElement, property, state, PropertyValueMap } from '@umbraco-cms/backoffice/external/lit';
import { html, customElement, property, state, type PropertyValueMap } from '@umbraco-cms/backoffice/external/lit';
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
function getNumberOrUndefined(value: string) {