add assessment home

This commit is contained in:
2022-10-17 09:50:24 -03:00
parent 4bc00301b4
commit 6732308631
11 changed files with 30 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ const DESTROY_QUESTION = gql`
}
`
export const Show: FC = () => {
export const Show = () => {
const history = useHistory();
const {id} = useParams<{ id: string }>();
const [confirmRegister, setConfirmRegister] = useState(false)