[inlua-intl] 移除未使用的变量

This commit is contained in:
LogCreative 2023-10-27 15:33:07 +08:00
parent f6defe8180
commit 6e7b92583e
No known key found for this signature in database
GPG Key ID: C4635005B3FC9D64
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
* See the Mulan PSL v2 for more details.
*/
import { UNICODE_REG } from '../constants';
import { CompiledMessage, Locale, LocaleConfig, Locales } from '../types/types';
import generateFormatters from './generateFormatters';
import {FormatOptions, I18nCache} from '../types/interfaces';