Reset inadvertently changed file
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
import React from 'react'
|
import React, { Component } from 'react'
|
||||||
import { ScrollView } from 'react-native'
|
import { ScrollView } from 'react-native'
|
||||||
import AppText from '../../app-text'
|
import AppText from '../../app-text'
|
||||||
import labels from '../../../i18n/en/symptom-info.js'
|
import labels from '../../../i18n/en/symptom-info.js'
|
||||||
import FramedSegment from '../../framed-segment'
|
import FramedSegment from '../../framed-segment'
|
||||||
import styles from '../../../styles/index'
|
import styles from '../../../styles/index'
|
||||||
import SymptomView from './symptom-view'
|
|
||||||
|
|
||||||
export default class InfoSymptom extends SymptomView {
|
export default class InfoSymptom extends Component {
|
||||||
render() {
|
render() {
|
||||||
const symptomView = this.props.symptomView
|
const symptomView = this.props.symptomView
|
||||||
const symptomMapping = {
|
const symptomMapping = {
|
||||||
|
|||||||
Reference in New Issue
Block a user