From 3ca6b5e34ea28eeb5034db6d398bf8f3ac210853 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 16 Sep 2021 16:49:24 +0200 Subject: [PATCH] fix(core): update --- ts/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index f92918c..f2d6a30 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -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 };