Skip to content

Commit f273776

Browse files
committed
fix(types): remove unused import
1 parent 73d8d9d commit f273776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { PlusnewAsyncEvent, PlusnewErrorEvent } from "./utils";
1+
import type { PlusnewErrorEvent } from "./utils";
22

33
export const PLUSNEW_ELEMENT_TYPE = Symbol("plusnew-element-type");
44

0 commit comments

Comments
 (0)