Skip to content

Commit

Permalink
Style: Removed unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltySalt77 committed Feb 6, 2024
1 parent 5840d11 commit 8053959
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Button, MenuItem, Select, Stack, Typography } from '@mui/material'
import React, { useState } from 'react'
import {
Control,
UseFormSetValue,
UseFormTrigger,
useFieldArray,
useFormState,
Expand All @@ -19,14 +18,12 @@ const InterviewForm = ({
closeModal,
isOpen,
trigger,
setFormValue,
setCompletedInterview,
}: {
control: Control<IRecruitWriteField>
closeModal: () => void
isOpen: boolean
trigger: UseFormTrigger<IRecruitWriteField>
setFormValue: UseFormSetValue<IRecruitWriteField>
setCompletedInterview: (value: boolean) => void
}) => {
const { openToast } = useToast()
Expand Down

0 comments on commit 8053959

Please sign in to comment.