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