Skip to content

Commit

Permalink
fix(Frontend): Remove wrong deps
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabalaj committed Mar 24, 2022
1 parent aeefa6e commit 9194254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import FormGroup from '@components/primitives/form-group/form-group'
import { HFSelect } from '@components/primitives/select/select.component'
import { HFTextArea } from '@components/primitives/textarea/textarea'
import { useClassroomContext } from '@modules/classroom/store/ClassroomContext'
import { AssessmentType } from '@prisma/client'
import { useFormContext } from 'react-hook-form'
import { CreateAssessmentMutationVariables } from 'typings/graphql/CreateAssessmentMutation'
import { AssessmentType } from 'typings/graphql/globalTypes'

type F = CreateAssessmentMutationVariables

Expand Down

0 comments on commit 9194254

Please sign in to comment.