import { render } from '@testing-library/react'
import React from 'react'
import ParticipantViewPage from './ParticipantViewPage'

it('renders participant view page', () => {
  render(<ParticipantViewPage />)
})