Skip to content

Commit

Permalink
fix: incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Dec 9, 2024
1 parent f0c9706 commit e1211d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/foundations/scripts/migration/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { globSync } from 'glob';
import { ReplaceInFileConfig, replaceInFileSync } from 'replace-in-file';
import type { ReplaceResult } from 'replace-in-file';
import type { ReplaceInFileConfig, ReplaceResult } from 'replace-in-file';
import { replaceInFileSync } from 'replace-in-file';
import type { OptionsType } from '../types';
import { migrationTypes } from '../data';

Expand Down

0 comments on commit e1211d9

Please sign in to comment.