import React from 'react'
const AdminDasboard = () => {
return (
<div>AdminDasboard</div>
)
}
export default AdminDasboard