Fix linter problems

This commit is contained in:
Julia Friesel
2019-05-13 08:12:46 +02:00
parent d1e16abe34
commit 6011bd9208
8 changed files with 72 additions and 71 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
import React from 'react'
import {
ScrollView,
TextInput,
View
} from 'react-native'
TextInput} from 'react-native'
import { mood as labels } from '../../../i18n/en/cycle-day'
import SelectBoxGroup from '../select-box-group'
import SymptomSection from './symptom-section'