From bff1f502bb54ec453616ebaf597c302c5db8cb32 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 9 Nov 2023 13:36:00 +0000 Subject: [PATCH] JS: Removed random extra import --- resources/js/services/util.js | 2 -- 1 file changed, 2 deletions(-) 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