import tenancy from './tenancy'

const stancl = {
    tenancy: Object.assign(tenancy, tenancy),
}

export default stancl