import Sidebar from "../../components/Sidebar"; const Dashboard = () => { return (

Dashboard

) } export default Dashboard;