aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/bootstrap/components/Footer.vue
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/bootstrap/components/Footer.vue')
-rw-r--r--front-end/src/bootstrap/components/Footer.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/front-end/src/bootstrap/components/Footer.vue b/front-end/src/bootstrap/components/Footer.vue
index e0551f9..6af6936 100644
--- a/front-end/src/bootstrap/components/Footer.vue
+++ b/front-end/src/bootstrap/components/Footer.vue
@@ -59,7 +59,7 @@
<script setup lang="ts">
import { useDark } from '@vueuse/core'
-import { debounce } from 'lodash'
+import { debounce } from 'lodash-es'
const isDark = useDark()