From 89a48f1b1c0d8e3a2495ef31ec7e6a883df4c34f Mon Sep 17 00:00:00 2001 From: Iago Espinoza Date: Fri, 28 Feb 2025 14:40:58 -0300 Subject: [PATCH] fix: lint errors and some warnings --- react/modules/animation.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react/modules/animation.ts b/react/modules/animation.ts index 04006d3..959c521 100644 --- a/react/modules/animation.ts +++ b/react/modules/animation.ts @@ -1,5 +1,4 @@ -import type { Measure } from './parseMeasure' -import parseMeasure from './parseMeasure' +import parseMeasure, { Measure } from './parseMeasure' interface Animation { prop: string