delete unused import

This commit is contained in:
Sinclair Chen 2022-08-11 14:35:48 -07:00
parent 0fc8e2bcc0
commit 75b0a4eeab

View File

@ -1,8 +1,6 @@
import { MAX_ANSWER_LENGTH } from 'common/answer'
import { useState } from 'react'
import Textarea from 'react-expanding-textarea'
import { XIcon } from '@heroicons/react/solid'
import { Col } from '../layout/col'
import { Row } from '../layout/row'