diff --git a/src/runtime/configs.ts b/src/runtime/configs.ts index aa3c264..fabfd80 100644 --- a/src/runtime/configs.ts +++ b/src/runtime/configs.ts @@ -1,4 +1,4 @@ -import IntlMessageFormat from 'intl-messageformat'; +import { IntlMessageFormat } from 'intl-messageformat'; import { $locale, getCurrentLocale, getPossibleLocales } from './stores/locale'; import { hasLocaleQueue } from './modules/loaderQueue'; diff --git a/src/runtime/modules/formatters.ts b/src/runtime/modules/formatters.ts index 709d096..fc3f150 100644 --- a/src/runtime/modules/formatters.ts +++ b/src/runtime/modules/formatters.ts @@ -1,4 +1,4 @@ -import IntlMessageFormat from 'intl-messageformat'; +import { IntlMessageFormat } from 'intl-messageformat'; import { getCurrentLocale } from '../stores/locale'; import { getOptions } from '../configs';