fix(core): update

This commit is contained in:
2020-06-01 15:07:13 +00:00
parent 070d894ea6
commit 681de01143
5 changed files with 20 additions and 13 deletions

View File

@ -0,0 +1,11 @@
import * as smartdelay from '@pushrocks/smartdelay';
export {
smartdelay
};
import * as deesDomtools from '@designestate/dees-domtools';
export {
deesDomtools
};