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
+1 -1
View File
@@ -16,7 +16,7 @@ import { albumViewReducer } from './album/albumState'
import customRoutes from './routes'
import themeReducer from './personal/themeReducer'
import createAdminStore from './store/createAdminStore'
import i18nProvider from './i18nProvider'
import { i18nProvider } from './i18n'
const history = createHashHistory()