export language from utilities

This commit is contained in:
Juan Camilo González
2020-11-30 14:21:27 -05:00
parent 71e0e24b86
commit df2ccd33fa
3 changed files with 5 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ import { mergeDeepLeft } from 'ramda'
import global, { colors } from '../common/global'
import generateCardLayout from '../common/card'
import copy from '../common/data/copy.json'
import { language } from '../common/utilities'
const language = process.env.store.app.language || 'en-US'
const isSmallLaptop = window.innerHeight < 800
const initial = {
/*