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