import React from 'react'; import Navigation from './src/Navigation'; const App = () => { return <Navigation /> }; export default App;