import React from 'react'; const DashboardPage = () => { return ( <>

Dashboard

); }; export default DashboardPage;