fix(core): update

This commit is contained in:
2020-05-25 15:57:47 +00:00
parent e3939865aa
commit 710e99a69a
8 changed files with 223 additions and 140 deletions

8
ts/domtools.plugins.ts Normal file
View File

@@ -0,0 +1,8 @@
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartstate from '@pushrocks/smartstate';
export {
smartpromise,
smartstate
};