fix(settings): use emcn Input for file input in general settings

This commit is contained in:
waleed
2026-03-09 20:34:52 -07:00
parent 37a1d66127
commit 1aa9dc9ea7

View File

@@ -8,6 +8,7 @@ import { useRouter } from 'next/navigation'
import {
Button,
Combobox,
Input,
Label,
Modal,
ModalBody,
@@ -16,7 +17,6 @@ import {
ModalHeader,
Switch,
} from '@/components/emcn'
import { Input } from '@/components/ui'
import { signOut, useSession } from '@/lib/auth/auth-client'
import { ANONYMOUS_USER_ID } from '@/lib/auth/constants'
import { getEnv, isTruthy } from '@/lib/core/config/env'