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