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