We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b487eee commit 8255763Copy full SHA for 8255763
apps/sim/app/chat/components/auth/password/password-auth.tsx
@@ -3,8 +3,7 @@
3
import { type KeyboardEvent, useState } from 'react'
4
import { createLogger } from '@sim/logger'
5
import { Eye, EyeOff } from 'lucide-react'
6
-import { Input } from '@/components/emcn'
7
-import { Label } from '@/components/ui/label'
+import { Input, Label } from '@/components/emcn'
8
import { cn } from '@/lib/core/utils/cn'
9
import AuthBackground from '@/app/(auth)/components/auth-background'
10
import { BrandedButton } from '@/app/(auth)/components/branded-button'
0 commit comments