Skip to content

Commit 8255763

Browse files
committed
update old components/ui usage to emcn
1 parent b487eee commit 8255763

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/sim/app/chat/components/auth/password/password-auth.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import { type KeyboardEvent, useState } from 'react'
44
import { createLogger } from '@sim/logger'
55
import { Eye, EyeOff } from 'lucide-react'
6-
import { Input } from '@/components/emcn'
7-
import { Label } from '@/components/ui/label'
6+
import { Input, Label } from '@/components/emcn'
87
import { cn } from '@/lib/core/utils/cn'
98
import AuthBackground from '@/app/(auth)/components/auth-background'
109
import { BrandedButton } from '@/app/(auth)/components/branded-button'

0 commit comments

Comments
 (0)