import Dashboard from './components/layout/Dashboard.jsx'
function App() {
return (
<Dashboard />
);
}
export default App