Skip to content

Commit

Permalink
remove usused cn import in auth-from
Browse files Browse the repository at this point in the history
  • Loading branch information
dEdmishka committed Feb 4, 2024
1 parent 5153821 commit ed186ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pages/auth/auth-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
FormMessage,
} from '@/components/ui/form'
import { Input } from '@/components/ui/input'
import { cn } from '@/lib/utils'
import { zodResolver } from '@hookform/resolvers/zod'
import { FC } from 'react'
import { useForm } from 'react-hook-form'
Expand Down

0 comments on commit ed186ab

Please sign in to comment.