added missing reference

This commit is contained in:
Christian Landgren 2020-12-19 17:37:06 +01:00
parent ea64908173
commit f54ef88bef
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import React, {useState, useCallback, useEffect } from 'react'
import { StyleSheet, View } from 'react-native'
import { StyleSheet, View, Image } from 'react-native'
import { useFocusEffect } from '@react-navigation/native'
import { SafeAreaView } from 'react-native'
import moment from 'moment'