Skip to content

Commit a013a7a

Browse files
authored
chore: remove unused Identifier (#136)
1 parent 53d305a commit a013a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transforms/v2-to-v3/utils/getV2ClientIdNamesFromTSTypeRef.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Collection, Identifier, JSCodeshift } from "jscodeshift";
1+
import { Collection, JSCodeshift } from "jscodeshift";
22

33
import { getMergedArrayWithoutDuplicates } from "./getMergedArrayWithoutDuplicates";
44

0 commit comments

Comments
 (0)