Skip to content

Commit

Permalink
fix: lint errors and some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
iago1501 committed Feb 28, 2025
1 parent ccdfe15 commit 89a48f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react/modules/animation.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Measure } from './parseMeasure'
import parseMeasure from './parseMeasure'
import parseMeasure, { Measure } from './parseMeasure'

interface Animation {
prop: string
Expand Down

0 comments on commit 89a48f1

Please sign in to comment.