diff --git a/utils/getLanguage.ts b/utils/getLanguage.ts index 5d81d2a00..7144841a2 100644 --- a/utils/getLanguage.ts +++ b/utils/getLanguage.ts @@ -1,6 +1,5 @@ import * as fs from 'node:fs' import * as path from 'node:path' -import { pathToFileURL } from 'node:url' interface LanguageItem { hint?: string