diff --git a/stories/account/i18n.ts b/stories/account/i18n.ts index 213e0f93..5615e444 100644 --- a/stories/account/i18n.ts +++ b/stories/account/i18n.ts @@ -4,4 +4,4 @@ const { useI18n, ofTypeI18n } = i18nBuilder.build(); type I18n = typeof ofTypeI18n; -export { useI18n, I18n }; +export { useI18n, type I18n }; diff --git a/stories/login/i18n.ts b/stories/login/i18n.ts index 7a479c99..0cc68eef 100644 --- a/stories/login/i18n.ts +++ b/stories/login/i18n.ts @@ -4,4 +4,4 @@ const { useI18n, ofTypeI18n } = i18nBuilder.build(); type I18n = typeof ofTypeI18n; -export { useI18n, I18n }; +export { useI18n, type I18n };