Skip to content

Commit

Permalink
Remove unused useCLDRMode import (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmariconda authored Nov 27, 2024
1 parent 3f0c95f commit 19eeac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/formatters.i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Variable } from '../variable';
import { FormatterTable } from '../plugin';
import { Formatter } from '../plugin';
import { getTimeZone } from './util.timezone';
import { parseDecimal, useCLDRMode } from './util.i18n';
import { parseDecimal } from './util.i18n';
import { currencyOptions, datetimeOptions, decimalOptions, intervalOptions, relativetimeOptions } from './options';
import { splitVariable } from '../util';
import { humanizeDate } from './util.content';
Expand Down

0 comments on commit 19eeac5

Please sign in to comment.