aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/bootstrap/components/Footer.vue
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-09 11:59:15 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-09 11:59:15 -0400
commit5dd4b69ebf4f407a2ba7ccc53fe43b445ab0684e (patch)
treec0e5613aa4e33c7f436f9c67d0a4d75c1b9bfb77 /front-end/src/bootstrap/components/Footer.vue
parentc3c0ece6fb3a66c2de545858731a066d5542ff1e (diff)
Package updates, lodash-es, release state fixes
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()