remove import

This commit is contained in:
Niels Lyngsø
2024-08-16 20:00:54 +02:00
parent c52f2a2481
commit 264df73fea

View File

@@ -8,7 +8,6 @@ import {
} from '@umbraco-cms/backoffice/property-editor';
import type { UUIInputElement } from '@umbraco-cms/backoffice/external/uui';
import { UmbFormControlMixin } from '@umbraco-cms/backoffice/validation';
import { UMB_PROPERTY_CONTEXT } from '@umbraco-cms/backoffice/property';
type UuiInputTypeType = typeof UUIInputElement.prototype.type;