Skip to content

Commit 54407a0

Browse files
committed
add missing import (merge failure)
1 parent 787a5cc commit 54407a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Web.UI.Client/src/packages/documents/documents/workspace/document-workspace.context.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
3434
import type { UmbDocumentTypeDetailModel } from '@umbraco-cms/backoffice/document-type';
3535
import type { UmbEntityModel } from '@umbraco-cms/backoffice/entity';
3636
import type { UmbVariantPropertyGuardRule } from '@umbraco-cms/backoffice/property';
37+
import { UmbDeprecation } from '@umbraco-cms/backoffice/utils';
3738

3839
type ContentModel = UmbDocumentDetailModel;
3940
type ContentTypeModel = UmbDocumentTypeDetailModel;

0 commit comments

Comments
 (0)