fix(core): update

This commit is contained in:
2020-07-29 17:32:28 +00:00
parent 4983e1ed90
commit e033bfa5b3
4 changed files with 11 additions and 5 deletions

View File

@ -4,13 +4,14 @@ import * as typedrequest from '@apiglobal/typedrequest';
export { typedrequest };
// pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
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, webrequest, websetup };
export { smartdelay, smartpromise, smartrouter, smartstate, webrequest, websetup };
// third party scope
import SweetScroll from 'sweet-scroll';