diff --git a/src/Umbraco.Web.UI.Client/src/packages/user/user/collection/user-collection.context-token.ts b/src/Umbraco.Web.UI.Client/src/packages/user/user/collection/user-collection.context-token.ts new file mode 100644 index 0000000000..05e99d2ebe --- /dev/null +++ b/src/Umbraco.Web.UI.Client/src/packages/user/user/collection/user-collection.context-token.ts @@ -0,0 +1,4 @@ +import type { UmbUserCollectionContext } from './user-collection.context.js'; +import { UmbContextToken } from '@umbraco-cms/backoffice/context-api'; + +export const UMB_USER_COLLECTION_CONTEXT = new UmbContextToken('UmbCollectionContext');