fix(core): update

This commit is contained in:
2020-06-28 16:59:14 +00:00
parent 50ace4c236
commit e3e6d06969
2 changed files with 9 additions and 11 deletions

View File

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