fix lint error

This commit is contained in:
Sinclair Chen 2022-08-12 12:10:07 -07:00
parent df858f916b
commit 88535e5512

View File

@ -3,7 +3,6 @@ import Textarea from 'react-expanding-textarea'
import { XIcon } from '@heroicons/react/solid'
import { Col } from '../layout/col'
import { Row } from '../layout/row'
import { Button } from '../button'
export function MultipleChoiceAnswers(props: {
answers: string[]