8 lines
225 B
TypeScript
Raw Normal View History

2019-09-18 15:02:21 +09:00
/*
* Public API Surface of ucap-webmessenger-ui-organization
*/
2019-10-07 16:29:38 +09:00
export * from './lib/components/tenant-search.component';
2019-10-04 13:45:02 +09:00
export * from './lib/components/tree.component';
2019-09-18 15:02:21 +09:00
export * from './lib/ucap-ui-organization.module';