Corrected UmbInputDocumentTypeElement import

My mistake with attempting to resolve the merge-conflict in the browser! 🤦
This commit is contained in:
leekelleher
2024-01-11 14:15:45 +00:00
parent 2df4ab0f76
commit f9d565b191

View File

@@ -1,4 +1,4 @@
import { UmbDocumentTypeInputElement } from '@umbraco-cms/backoffice/document-type';
import { UmbInputDocumentTypeElement } from '@umbraco-cms/backoffice/document-type';
import { UmbInputMediaTypeElement } from '@umbraco-cms/backoffice/media-type';
import { UmbMemberTypeInputElement } from '@umbraco-cms/backoffice/member-type';
import type { UmbTreePickerSource } from '@umbraco-cms/backoffice/components';