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 } } +