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

Welcome to Admin Sample

) } export default Dashboard