🔧 Fix: Corriger imports AnimeJS pour compatibilité build

This commit is contained in:
sucupira
2025-07-09 23:57:59 -04:00
parent a304d709d7
commit b8498c5def
9 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
},
"type": "module",
"dependencies": {
"animejs": "^4.0.2"
"animejs": "^3.2.1"
}
}