import "@/App.css"; import Dashboard from "@/components/Dashboard/Dashboard"; function App() { return ( <> ); } export default App;