Lint fixes

This commit is contained in:
Juan Camilo González
2020-11-30 09:19:23 -05:00
parent c0a7036803
commit ffdb330f7f
4 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
import { mergeDeepLeft } from 'ramda'
import global, { colors } from '../common/global'
import generateCardLayout from '../common/card'
import copy from '../common/data/copy.json';
import copy from '../common/data/copy.json'
const language = process.env.store.app.language;
const language = process.env.store.app.language
const isSmallLaptop = window.innerHeight < 800
const initial = {
/*