Skip to content

Commit

Permalink
fix: remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
EldarMuhamethanov committed Oct 25, 2024
1 parent 1b089fe commit df10370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemods/src/transforms/v7/date-picker.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { API, FileInfo } from 'jscodeshift';
import { getImportInfo, renameProp } from '../../codemod-helpers';
import { getImportInfo } from '../../codemod-helpers';
import { report } from '../../report';
import { JSCodeShiftOptions } from '../../types';

Expand Down

0 comments on commit df10370

Please sign in to comment.