Skip to content

Commit c3c591f

Browse files
committed
chore: assign import as type
1 parent 69d6a46 commit c3c591f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/crowdin/translations/postLangPRs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from "fs"
22

33
import { LOCALES_CODES } from "../../../lib/constants"
4-
import { BucketsList } from "../import/types"
4+
import type { BucketsList } from "../import/types"
55

66
import { BUCKETS_PATH } from "./constants"
77
import { createLocaleTranslationPR } from "./utils"

0 commit comments

Comments
 (0)