mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(settings): use emcn Input for file input in general settings
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user