import React from 'react'; import HomeView from './components/HomeView'; function App() { return ( <> ); } export default App;