21 lines
495 B
TypeScript
21 lines
495 B
TypeScript
import * as interfaces from '@serve.zone/interfaces';
|
|
|
|
export {
|
|
interfaces
|
|
}
|
|
|
|
// @design.estate scope
|
|
import * as deesDomtools from '@design.estate/dees-domtools';
|
|
import * as deesElement from '@design.estate/dees-element';
|
|
import * as deesCatalog from '@design.estate/dees-catalog';
|
|
|
|
export { deesDomtools, deesElement, deesCatalog };
|
|
|
|
// @push.rocks scope
|
|
import * as webjwt from '@push.rocks/webjwt';
|
|
import * as smartstate from '@push.rocks/smartstate';
|
|
|
|
export {
|
|
webjwt,
|
|
smartstate,
|
|
} |