From 0b3184ba5619e5847c21f2ccced954b91714c4e0 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 16 Dec 2024 13:36:01 +0100 Subject: [PATCH] Move image fetching out of LazyImage component into lib --- src/lib/components/LazyImage.svelte | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/src/lib/components/LazyImage.svelte b/src/lib/components/LazyImage.svelte index f9a9b78..dd96467 100644 --- a/src/lib/components/LazyImage.svelte +++ b/src/lib/components/LazyImage.svelte @@ -1,6 +1,7 @@