fix(core): update

This commit is contained in:
2020-06-28 15:49:46 +00:00
parent 37b7dca212
commit d4e24d615a
9 changed files with 113 additions and 130 deletions

View File

@ -2,5 +2,12 @@
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrouter from '@pushrocks/smartrouter';
import * as smartstate from '@pushrocks/smartstate';
import * as webrequest from '@pushrocks/webrequest';
import * as websetup from '@pushrocks/websetup';
export { smartpromise, smartrouter, smartstate };
export { smartpromise, smartrouter, smartstate, webrequest, websetup };
// third party scope
import sweetscroll from 'sweet-scroll';
export { sweetscroll };