From 3197a0d55cb1fcaa8a64c4a96d7319052f97639a Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 17 May 2024 14:47:00 +0200 Subject: [PATCH] remove deprecated token --- .../core/collection/default/collection-default.context.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/collection/default/collection-default.context.ts b/src/Umbraco.Web.UI.Client/src/packages/core/collection/default/collection-default.context.ts index caa682f888..c02479852f 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/collection/default/collection-default.context.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/collection/default/collection-default.context.ts @@ -264,8 +264,3 @@ export class UmbDefaultCollectionContext< } export const UMB_COLLECTION_CONTEXT = new UmbContextToken('UmbCollectionContext'); - -/** - * @deprecated Use UMB_COLLECTION_CONTEXT instead. - */ -export { UMB_COLLECTION_CONTEXT as UMB_DEFAULT_COLLECTION_CONTEXT };