From: btea <2356281422@qq.com> Date: Thu, 18 Sep 2025 08:46:45 +0000 (+0800) Subject: chore: remove unnecessary import (#823) X-Git-Tag: v3.18.1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00d11939fddc0ab7ef52bce1fb52f21fa2eb6df0;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: remove unnecessary import (#823) --- diff --git a/utils/getLanguage.ts b/utils/getLanguage.ts index 5d81d2a0..7144841a 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