Skip to content

Commit 61ef0e5

Browse files
committed
Remove unused useCLDRMode import
1 parent 3f0c95f commit 61ef0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/formatters.i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Variable } from '../variable';
55
import { FormatterTable } from '../plugin';
66
import { Formatter } from '../plugin';
77
import { getTimeZone } from './util.timezone';
8-
import { parseDecimal, useCLDRMode } from './util.i18n';
8+
import { parseDecimal } from './util.i18n';
99
import { currencyOptions, datetimeOptions, decimalOptions, intervalOptions, relativetimeOptions } from './options';
1010
import { splitVariable } from '../util';
1111
import { humanizeDate } from './util.content';

0 commit comments

Comments
 (0)