Skip to content

Commit

Permalink
r Fix warning about type-only import
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Apr 10, 2023
1 parent 4643432 commit e642564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Core/Options.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {Scrubber} from "../Scrubbers/Scrubbers";
import {Namer} from "../Namer";
import type {Namer} from "../Namer";
import {getJestNamer} from "../Providers/Jest/JestNamer";

export type ConfigModifier = (t: any) => any;
Expand Down

0 comments on commit e642564

Please sign in to comment.