export repository from data types
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import './components';
|
||||
export type * from './models';
|
||||
|
||||
export const DATA_TYPE_ROOT_ENTITY_TYPE = 'data-type-root';
|
||||
export const DATA_TYPE_ENTITY_TYPE = 'data-type';
|
||||
export const DATA_TYPE_FOLDER_ENTITY_TYPE = 'data-type-folder';
|
||||
|
||||
export type * from './models';
|
||||
export * from './repository';
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export { UmbDataTypeRepository } from './data-type.repository';
|
||||
Reference in New Issue
Block a user