From ed186abe9375629946c346899d84be266b70b953 Mon Sep 17 00:00:00 2001 From: Melnyk Mykhailo Date: Sun, 4 Feb 2024 19:11:35 +0200 Subject: [PATCH] remove usused cn import in auth-from --- src/components/pages/auth/auth-form.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/pages/auth/auth-form.tsx b/src/components/pages/auth/auth-form.tsx index e8595c3..8ad8780 100644 --- a/src/components/pages/auth/auth-form.tsx +++ b/src/components/pages/auth/auth-form.tsx @@ -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'