fix(core): update

This commit is contained in:
Philipp Kunz 2021-09-16 16:49:24 +02:00
parent 98f0bc013d
commit 3ca6b5e34e

View File

@ -15,5 +15,6 @@ import * as allPlugins from './domtools.plugins';
export const plugins = {
smartdelay: allPlugins.smartdelay,
smartpromise: allPlugins.smartpromise,
SweetScroll: allPlugins.SweetScroll
SweetScroll: allPlugins.SweetScroll,
smartstate: allPlugins.smartstate
};