12 lines
228 B
TypeScript
12 lines
228 B
TypeScript
// @pushrocks scope
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
|
|
export { smartpromise };
|
|
|
|
// designestate
|
|
import * as deesElement from '@design.estate/dees-element';
|
|
|
|
export { deesElement };
|
|
|
|
// third party scope
|