diff --git a/src/routes/PluginsSlice.svelte b/src/routes/PluginsSlice.svelte index 5b5b2a7..a8c3ef6 100644 --- a/src/routes/PluginsSlice.svelte +++ b/src/routes/PluginsSlice.svelte @@ -5,6 +5,7 @@ import IconLinkOut from '~icons/mingcute/external-link-line' import clsx from 'clsx' import Video from '$lib/components/Video.svelte' + import { animateIn } from '$lib/Helper.mjs' /** @type {HTMLVideoElement[]}*/ const videos = [] @@ -54,6 +55,7 @@