import React from 'react' const DashboardPage = () => { return (
) } export default DashboardPage