7 lines
235 B
TypeScript
7 lines
235 B
TypeScript
// pushrocks scope
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as smartrouter from '@pushrocks/smartrouter';
|
|
import * as smartstate from '@pushrocks/smartstate';
|
|
|
|
export { smartpromise, smartrouter, smartstate };
|