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

@@ -21,7 +21,7 @@ export const GET_QUESTION = gql`
}
`
export const Review: FC = () => {
export const Review = () => {
const { id } = useParams<{ id: string }>()
const { loading, data, refetch } = useQuery<Query>(GET_QUESTION, {
variables: {