mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
10 lines
281 B
TypeScript
10 lines
281 B
TypeScript
/*
|
|
* Public API Surface of aca-content
|
|
*/
|
|
|
|
export * from './lib/aca-content.module';
|
|
export * from './lib/aca-content.routes';
|
|
export * from './lib/extensions/core.extensions.module';
|
|
export * from './lib/store/initial-state';
|
|
export * from './lib/services/content-url.service';
|