Merge pull request #2202 from umbraco/v14/feature/export-member-and-member-group-collection-module
Feature: Export member and member group collection module
This commit is contained in:
@@ -2,6 +2,7 @@ import './components/index.js';
|
||||
|
||||
export * from './entity.js';
|
||||
export * from './repository/index.js';
|
||||
export * from './collection/index.js';
|
||||
export * from './components/index.js';
|
||||
export type { UmbMemberGroupDetailModel } from './types.js';
|
||||
|
||||
|
||||
@@ -3,3 +3,4 @@ import './components/index.js';
|
||||
export * from './entity.js';
|
||||
export * from './components/index.js';
|
||||
export * from './repository/index.js';
|
||||
export * from './collection/index.js';
|
||||
|
||||
Reference in New Issue
Block a user