Remove formatting improvements that clutter up the diff

This commit is contained in:
Julia Friesel
2019-05-20 15:17:27 +02:00
parent 59c3636139
commit 25ed0d168e
9 changed files with 37 additions and 58 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
import React from 'react'
import {
ScrollView,
TextInput} from 'react-native'
TextInput,
} from 'react-native'
import styles from '../../../styles'
import SymptomSection from './symptom-section'
import { noteExplainer } from '../../../i18n/en/cycle-day'
import { shared as sharedLabels } from '../../../i18n/en/labels'
import styles from '../../../styles'
import SymptomSection from './symptom-section'
import SymptomView from './symptom-view'
export default class Note extends SymptomView {