Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
backrunner committed Jan 29, 2024
1 parent 0b1bf3a commit e6f1b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/form/bus.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import mitt, { Emitter } from 'mitt';
import mitt, { type Emitter } from 'mitt';

export interface SetValidEventPayload {
field?: string;
Expand Down

0 comments on commit e6f1b55

Please sign in to comment.