aboutsummaryrefslogtreecommitdiff
path: root/lib/admin/src/helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/admin/src/helpers.ts')
-rw-r--r--lib/admin/src/helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/admin/src/helpers.ts b/lib/admin/src/helpers.ts
index 9bb7197..d822200 100644
--- a/lib/admin/src/helpers.ts
+++ b/lib/admin/src/helpers.ts
@@ -14,7 +14,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
import { Ref, WatchSource, ref } from 'vue';
-import { throttle } from 'lodash';
+import { throttle } from 'lodash-es';
import { watchArray } from '@vueuse/core';