import React from 'react' function HumanUi({ human }: { human: HumanStatus }) { return ( <> ) } export default HumanUi