parent
554efde91b
commit
e4ee99747c
@ -1,21 +1,21 @@
|
||||
import React from 'react';
|
||||
import {StyleSheet, View, SafeAreaView, ScrollView, Text} from 'react-native';
|
||||
import HomePage from './screens/HomePage';
|
||||
import ModifyProfile from './screens/ModifyProfile';
|
||||
import Profiles from './screens/Profiles';
|
||||
import RecipeSuggestion from './screens/RecipeSuggestion';
|
||||
import ModifyProfile from './screens/ModifyProfile';
|
||||
import CreateProfile from './screens/CreateProfile';
|
||||
import FiltersSelection from './screens/FiltersSelection';
|
||||
import RecipeSuggestion from './screens/RecipeSuggestion';
|
||||
import {SafeAreaProvider} from 'react-native-safe-area-context';
|
||||
import {LinearGradient} from 'expo-linear-gradient';
|
||||
|
||||
export default function App(props) {
|
||||
return(
|
||||
//<HomePage/>
|
||||
//<Profiles/>
|
||||
//<ModifyProfile/>
|
||||
<Profiles/>
|
||||
//<RecipeSuggestion/>
|
||||
//<CreateProfile/>
|
||||
<CreateProfile/>
|
||||
//<FiltersSelection/>
|
||||
//<RecipeSuggestion/>
|
||||
);
|
||||
}
|
Loading…
Reference in new issue