From: Dan Brown Date: Thu, 9 Nov 2023 13:36:00 +0000 (+0000) Subject: JS: Removed random extra import X-Git-Tag: v23.10.3^2~3 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/bff1f502bb54ec453616ebaf597c302c5db8cb32 JS: Removed random extra import --- diff --git a/resources/js/services/util.js b/resources/js/services/util.js index e6d93d61b..59affff88 100644 --- a/resources/js/services/util.js +++ b/resources/js/services/util.js @@ -1,5 +1,3 @@ -import {elem} from './dom'; - /** * Returns a function, that, as long as it continues to be invoked, will not * be triggered. The function will be called after it stops being called for