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