Fix ESLint error

This commit is contained in:
birgitta410
2019-01-13 15:40:33 +01:00
parent 5ae5dec98c
commit 42847a8c50
+1 -1
View File
@@ -1,5 +1,5 @@
import React from 'react'
import { Text, View } from 'react-native'
import { Text } from 'react-native'
import styles from "../styles"
export default function AppText(props) {