Skip to content

Commit

Permalink
Specify type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Dec 17, 2024
1 parent f48e1eb commit 6bede96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/goals/MergeDuplicates/MergeDupsStep/protectReasonUtils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { TFunction } from "i18next";
import { type TFunction } from "i18next";

import { ProtectReason, ReasonType } from "api/models";
import { type ProtectReason, ReasonType } from "api/models";

const sep = "; ";

Expand Down

0 comments on commit 6bede96

Please sign in to comment.