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

This is the Dashboard Page

); }; export default Dashboard;