diff --git a/software/src/pages/homePage/highlightCarousel.vue b/software/src/pages/homePage/highlightCarousel.vue index 8ea97e9..a133b95 100644 --- a/software/src/pages/homePage/highlightCarousel.vue +++ b/software/src/pages/homePage/highlightCarousel.vue @@ -6,13 +6,13 @@ import outlinedButton from '@/components/basics/outlinedButton.vue'; const router = useRouter() const bandStore = useBandStore() -const window = ref(0) bandStore.getBands() -