diff --git a/src/animations/index.ts b/src/animations/index.ts index 68feb24..1717f65 100644 --- a/src/animations/index.ts +++ b/src/animations/index.ts @@ -1,5 +1,4 @@ -import anime from 'animejs' -import type { AnimeParams } from 'animejs' +import anime, { type AnimeParams } from 'animejs' import type { TransitionConfig } from 'svelte/transition' diff --git a/src/components/layouts/PosterLayout.svelte b/src/components/layouts/PosterLayout.svelte index 10c0144..720fcad 100644 --- a/src/components/layouts/PosterLayout.svelte +++ b/src/components/layouts/PosterLayout.svelte @@ -1,5 +1,5 @@