diff --git a/src/components/Sections/Navigation.vue b/src/components/Sections/Navigation.vue index 1b44bc6..a479c32 100644 --- a/src/components/Sections/Navigation.vue +++ b/src/components/Sections/Navigation.vue @@ -17,7 +17,6 @@ import { useNavigation } from '../../composables/navigation.ts' import { computed, onMounted, reactive, useTemplateRef } from 'vue' import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' -import { faHouseHeart } from '@fortawesome/pro-duotone-svg-icons/faHouseHeart' import { faClockRotateLeft } from '@fortawesome/pro-duotone-svg-icons/faClockRotateLeft' import { faCalendarDays } from '@fortawesome/pro-duotone-svg-icons/faCalendarDays' import { onClickOutside } from '@vueuse/core'