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

Merge pull request !57 from LogCreative/master
This commit is contained in:
openInula-robot 2023-10-27 07:40:59 +00:00 committed by Gitee
commit 4a873f1f30
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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';