Skip to content

Commit

Permalink
fix: try change types import
Browse files Browse the repository at this point in the history
  • Loading branch information
soorria committed Jan 28, 2025
1 parent 0000000 commit 0000000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/configs/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "@ianvs/prettier-plugin-sort-imports";

export type PrettierConfig = import("prettier").Config;
export type PrettierConfig =
import("@ianvs/prettier-plugin-sort-imports").PrettierConfig;

0 comments on commit 0000000

Please sign in to comment.