diff --git a/packages/app/components/children.component.js b/packages/app/components/children.component.js index fac36835..31a50854 100644 --- a/packages/app/components/children.component.js +++ b/packages/app/components/children.component.js @@ -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'