From f0bf4e7afdcd8b02a62be45ab3e7d047ed865a79 Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Mon, 19 Jul 2021 20:06:08 +0300 Subject: Apply Prettier --- app/i18n/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/i18n/index.ts') 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' -- cgit v1.2.3