diff options
Diffstat (limited to 'app/i18n/index.ts')
-rw-r--r-- | app/i18n/index.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/index.ts b/app/i18n/index.ts index fbfba4e..b0ff148 100644 --- a/app/i18n/index.ts +++ b/app/i18n/index.ts @@ -1,3 +1,3 @@ -import "./i18n" -export * from "./i18n" -export * from "./translate" +import './i18n' +export * from './i18n' +export * from './translate' |