const Participant = (props: any) => {
  // hey hey hey
  console.debug('NOUN: Participant(props)', props)
  return <div>Participant</div>
}
export default Participant
