Skip to content

Commit

Permalink
chore: remove unused useState import
Browse files Browse the repository at this point in the history
  • Loading branch information
LinHuiqing committed Apr 4, 2023
1 parent 24c9f79 commit 7598b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/templates/Field/Nric/NricField.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @precondition Must have a parent `react-hook-form#FormProvider` component.
*/
import { useMemo, useState } from 'react'
import { useMemo } from 'react'
import { useFormContext } from 'react-hook-form'

import { createNricValidationRules } from '~utils/fieldValidation'
Expand Down

0 comments on commit 7598b05

Please sign in to comment.