🔧 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
@@ -1,7 +1,7 @@
<script>
import { t } from '../lib/i18n.js';
import LanguageSelector from './LanguageSelector.svelte';
import anime from 'animejs/lib/anime.es.js';
import anime from '../lib/anime.js';
import { onMount } from 'svelte';
export let activeSection = 'home';