Move config to app level

This commit is contained in:
Julia Friesel
2018-08-21 14:26:13 +02:00
parent dcd0883bef
commit 7a1ef388d3
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {
} from 'react-native'
import Icon from 'react-native-vector-icons/Entypo'
import styles from './styles'
import config from './config'
import config from '../../config'
import { getOrCreateCycleDay } from '../../db'
import cycleModule from '../../lib/cycle'
import DotAndLine from './dot-and-line'