From 73aa4e0fcacd3e17fe3c2d92d5cb9247f400c9e0 Mon Sep 17 00:00:00 2001 From: 365884 Date: Wed, 4 Mar 2026 22:27:32 +0100 Subject: [PATCH] comment uistore --- src/composables/useScrollAnimations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composables/useScrollAnimations.ts b/src/composables/useScrollAnimations.ts index 4266566..e998126 100644 --- a/src/composables/useScrollAnimations.ts +++ b/src/composables/useScrollAnimations.ts @@ -1,7 +1,7 @@ import { onMounted, onUnmounted, ref } from 'vue' import gsap from 'gsap' import ScrollTrigger from 'gsap/ScrollTrigger' -import { useSectionStore } from '../store/useActiveSection' +// import { useSectionStore } from '../store/useActiveSection'