import {UserProvider} from './contexts/UserContext'; import Navigation from './navigations'; const App = () => { return ( ); }; export default App;