Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Nov 5, 2024
1 parent ba82b43 commit dc9c59c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/use-intl/src/core/createBaseTranslator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import {Locale} from './AppConfig.tsx';
import Formats from './Formats.tsx';
import {InitializedIntlConfig} from './IntlConfig.tsx';
import IntlError, {IntlErrorCode} from './IntlError.tsx';
import {MessageKeys, NestedKeyOf, NestedValueOf} from './MessageKeys.tsx';
import TranslationValues, {
MarkupTranslationValues,
RichTranslationValues
} from './TranslationValues.tsx';
import {MessageKeys, NestedKeyOf, NestedValueOf} from './MessageKeys.tsx';
import convertFormatsToIntlMessageFormat from './convertFormatsToIntlMessageFormat.tsx';
import {defaultGetMessageFallback, defaultOnError} from './defaults.tsx';
import {
Expand Down
12 changes: 6 additions & 6 deletions packages/use-intl/src/core/createTranslator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ import Formats from './Formats.tsx';
import ICUArgs from './ICUArgs.tsx';
import ICUTags from './ICUTags.tsx';
import IntlConfig from './IntlConfig.tsx';
import {
MessageKeys,
NamespaceKeys,
NestedKeyOf,
NestedValueOf
} from './MessageKeys.tsx';
import {
ICUArg,
ICUDate,
ICUNumber,
MarkupFunction,
RichTextFunction
} from './TranslationValues.tsx';
import {
MessageKeys,
NamespaceKeys,
NestedKeyOf,
NestedValueOf
} from './MessageKeys.tsx';
import createTranslatorImpl from './createTranslatorImpl.tsx';
import {defaultGetMessageFallback, defaultOnError} from './defaults.tsx';
import {
Expand Down

0 comments on commit dc9c59c

Please sign in to comment.