diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-23 18:30:30 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-23 18:30:30 +0000 |
| commit | 8135fe42bfa36df72c427e8d567aad2182e14372 (patch) | |
| tree | ee27a6aa55a381ea36d30165ea0e74d8c54422ea /mobile/App.js | |
| parent | f269caf1eb36c43269d92c89b7f0b0bafb88d572 (diff) | |
removing some unnecessary files from mobile
Diffstat (limited to 'mobile/App.js')
| -rw-r--r-- | mobile/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/App.js b/mobile/App.js index c9331bc..a1f3bc4 100644 --- a/mobile/App.js +++ b/mobile/App.js @@ -3,7 +3,7 @@ import { Text, View, Alert, StyleSheet, Button, AppRegistry, Navigator, Touchabl import { Ionicons } from '@expo/vector-icons'; import { createStackNavigator, createAppContainer } from 'react-navigation'; -import GreetingPage from './components/GreetingPage'; +import GreetingPage from './screens/GreetingPage'; import FormPage from './screens/Form1'; import MapPage from './screens/MapPage'; |
