import { Route, Switch } from 'react-router'; const App = () => { return (
); }; export default App;