mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
- Move services, pipes, directives and stores into core - Move misplaced interfaces into common - Refactor messages service and component -- Messages are stored in the services and not the component -- Remove 2 way dependency
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
/*
|
|
* Public API Surface of common
|
|
*/
|
|
|
|
export * from './lib/common';
|