fix(core): update

This commit is contained in:
2020-09-16 15:10:52 +00:00
parent bb1ad4e037
commit a01f5a5b8a
3 changed files with 16 additions and 1 deletions

View File

@ -10,8 +10,9 @@ import * as smartrouter from '@pushrocks/smartrouter';
import * as smartstate from '@pushrocks/smartstate';
import * as webrequest from '@pushrocks/webrequest';
import * as websetup from '@pushrocks/websetup';
import * as webstore from '@pushrocks/webstore';
export { smartdelay, smartpromise, smartrouter, smartstate, webrequest, websetup };
export { smartdelay, smartpromise, smartrouter, smartstate, webrequest, websetup, webstore };
// third party scope
import SweetScroll from 'sweet-scroll';