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