From 6618913db89826cd4d0c15303d678120f7a1c024 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E2=9D=8E=20useStalledAnimation.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Spinner/useStalledAnimation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Spinner/useStalledAnimation.ts b/src/components/Spinner/useStalledAnimation.ts index a3af4fa..7a79945 100644 --- a/src/components/Spinner/useStalledAnimation.ts +++ b/src/components/Spinner/useStalledAnimation.ts @@ -73,3 +73,4 @@ export function useStalledAnimation( return { isStalled, stalledIntensity: effectiveIntensity } } +