fix(core): update

This commit is contained in:
2020-11-23 20:41:26 +00:00
parent 5e1a44ad88
commit 7c805a075e
6 changed files with 80 additions and 59 deletions

View File

@ -19,7 +19,13 @@ 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, webstore };
// subscope lik
import { ObjectMap } from '@pushrocks/lik/dist_ts/lik.objectmap';
const lik = {
ObjectMap
};
export { lik, smartdelay, smartpromise, smartrouter, smartstate, webrequest, websetup, webstore };
// third party scope
import SweetScroll from 'sweet-scroll';