Skip to content

Commit 1d80cd2

Browse files
committed
remove unwanted import
1 parent d8a2c2f commit 1d80cd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TreeView/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { useRef, useEffect } from "react";
2-
import { bigIntLiteral } from "@babel/types";
32
export const composeHandlers = (...handlers) => event => {
43
for (const handler of handlers) {
54
handler && handler(event);

0 commit comments

Comments
 (0)