12 lines
226 B
TypeScript
12 lines
226 B
TypeScript
// @pushrocks scope
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
export { smartpromise };
|
|
|
|
// designestate
|
|
import * as deesElement from '@designestate/dees-element';
|
|
|
|
export { deesElement };
|
|
|
|
// third party scope
|