fix(core): update

This commit is contained in:
2021-08-26 20:24:28 +02:00
parent ef0a4eae80
commit 31126e30eb
2 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@ export { rxjs } from '@pushrocks/smartrx';
import * as allPlugins from './domtools.plugins';
export const plugins = {
smartdelay: allPlugins.smartdelay,
smartpromise: allPlugins.smartpromise,
};