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
@@ -14,7 +14,7 @@ import HelpOutlineIcon from '@material-ui/icons/HelpOutline'
import { changeTheme } from './actions'
import themes from '../themes'
import { docsUrl } from '../utils/docsUrl'
import { useGetLanguageChoices } from '../i18nProvider'
import { useGetLanguageChoices } from '../i18n'
const useStyles = makeStyles({
root: { marginTop: '1em' },