fix: update for reviews

This commit is contained in:
Yourz
2026-04-14 09:58:12 +08:00
parent 14140db09f
commit a1342c39fb
37 changed files with 251 additions and 133 deletions

View File

@@ -0,0 +1,6 @@
import gsap from 'gsap'
import { ScrollTrigger } from 'gsap/ScrollTrigger'
gsap.registerPlugin(ScrollTrigger)
export { gsap, ScrollTrigger }