Refactor i18n functions a bit

This commit is contained in:
Deluan
2020-05-02 17:44:24 -04:00
parent 055c77b38c
commit 151f43b95f
6 changed files with 26 additions and 24 deletions
+4
View File
@@ -0,0 +1,4 @@
import i18nProvider from './provider'
import useGetLanguageChoices from './useGetLanguageChoices'
export { i18nProvider, useGetLanguageChoices }