import './App.css'; import Dashboard from './Dashboard'; function App() { return ( ); } export default App;