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