remove deprecated token

This commit is contained in:
Mads Rasmussen
2024-05-17 14:47:00 +02:00
parent ef4eb44541
commit 3197a0d55c

View File

@@ -264,8 +264,3 @@ export class UmbDefaultCollectionContext<
}
export const UMB_COLLECTION_CONTEXT = new UmbContextToken<UmbDefaultCollectionContext>('UmbCollectionContext');
/**
* @deprecated Use UMB_COLLECTION_CONTEXT instead.
*/
export { UMB_COLLECTION_CONTEXT as UMB_DEFAULT_COLLECTION_CONTEXT };