summaryrefslogtreecommitdiff
path: root/app/i18n/index.ts
diff options
context:
space:
mode:
authorKirill Rogovoy <[email protected]>2021-07-19 20:06:08 +0300
committerKirill Rogovoy <[email protected]>2021-07-19 20:06:08 +0300
commitf0bf4e7afdcd8b02a62be45ab3e7d047ed865a79 (patch)
tree575c0ff2cbb846252bd2e494c81c396846aab2f6 /app/i18n/index.ts
parent67ad38d0a7cd319623e9f41c0c381ed5c5f6f973 (diff)
Apply Prettier
Diffstat (limited to 'app/i18n/index.ts')
-rw-r--r--app/i18n/index.ts6
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'