dees-domtools/ts/domtools.plugins.ts

7 lines
235 B
TypeScript
Raw Normal View History

2020-05-25 15:57:47 +00:00
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
2020-06-03 10:34:09 +00:00
import * as smartrouter from '@pushrocks/smartrouter';
2020-05-25 15:57:47 +00:00
import * as smartstate from '@pushrocks/smartstate';
2020-06-03 10:34:09 +00:00
export { smartpromise, smartrouter, smartstate };