smartstate/ts/smartstate.plugins.ts

5 lines
143 B
TypeScript
Raw Normal View History

2019-09-25 13:28:39 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2020-05-27 20:47:15 +00:00
import * as smartrx from '@pushrocks/smartrx';
2019-09-25 13:28:39 +00:00
2020-05-27 20:47:15 +00:00
export { smartpromise, smartrx };