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
@@ -6,9 +6,9 @@ import {
Switch
} from 'react-native'
import RadioForm from 'react-native-simple-radio-button'
import styles from '../styles'
import styles from '../styles/index'
import { saveBleeding } from '../db'
import { bleeding as labels } from '../labels'
import { bleeding as labels } from '../labels/labels'
export default class Bleeding extends Component {
constructor(props) {