From effc331a67dd0aeaf55cd5ffb0087936cca2f237 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 1 Sep 2021 00:37:05 +0200 Subject: [PATCH] fix(core): update --- ts/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/index.ts b/ts/index.ts index 1567234..ad6fc33 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -15,4 +15,5 @@ import * as allPlugins from './domtools.plugins'; export const plugins = { smartdelay: allPlugins.smartdelay, smartpromise: allPlugins.smartpromise, + sweetScroll: allPlugins.SweetScroll };