Make directories for styles and labels

This commit is contained in:
Julia Friesel
2018-06-28 11:34:55 +02:00
parent 46040f1a77
commit b5af3f7c13
9 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ import {
Button,
Text
} from 'react-native'
import styles from '../styles'
import { bleeding as labels} from '../labels'
import styles from '../styles/index'
import { bleeding as labels} from '../labels/labels'
import cycleDayModule from '../lib/get-cycle-day-number'
import { bleedingDaysSortedByDate } from '../db'