import React from 'react' import { TextInput } from './TextInput' import { TextOutput } from './TextOutput' import { SegmentControl } from './SegmentControl' import { Segment } from './Segment' import { Options } from './Options' import { PlayerControl } from './PlayerControl' import styles from './RsvpReader.css' import { BorderMarker } from './PivotMarker' import { Progress } from './Progress' import { TotalTime } from './TotalTime' export const RsvpReader = () => { return (
) }