diff options
| author | AndrewMihai <41450954+AndrewMihai@users.noreply.github.com> | 2019-03-08 21:18:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-08 21:18:06 +0000 |
| commit | e8c968d4cc316b350d0402b77f45d71b107440b5 (patch) | |
| tree | aeae2c4212ace58b1f919f92c4cc821fa05d1cd9 /mobile/App.js | |
| parent | 16a1db718890bed4cdb802db252819cfab4d5329 (diff) | |
| parent | 850937e8de7448f12af126047e4e270fb9976473 (diff) | |
Merge pull request #29 from csc301-winter-2019/feat/5
Feat/5
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 4348381..f36b696 100644 --- a/mobile/App.js +++ b/mobile/App.js @@ -4,7 +4,7 @@ import { Ionicons } from '@expo/vector-icons'; import { createStackNavigator, createAppContainer } from 'react-navigation'; import GreetingPage from './components/GreetingPage'; -import FormPage from './components/FormPage'; +import FormPage from './screens/Form1'; const RootStack = createStackNavigator( {GreetingPage: GreetingPage, FormPage: FormPage,}, |
