chore: clean imports
This commit is contained in:
parent
0c8297d5c6
commit
19feb9e506
@ -1,18 +1,13 @@
|
||||
import React, { useMemo } from 'react'
|
||||
|
||||
import { ChatCompletionRole, ContentType, ThreadMessage } from '@janhq/core'
|
||||
|
||||
import { Tooltip } from '@janhq/joi'
|
||||
import { ChatCompletionRole, ThreadMessage } from '@janhq/core'
|
||||
|
||||
import { useAtomValue } from 'jotai'
|
||||
import { FolderOpenIcon } from 'lucide-react'
|
||||
import 'katex/dist/katex.min.css'
|
||||
import { twMerge } from 'tailwind-merge'
|
||||
|
||||
import LogoMark from '@/containers/Brand/Logo/Mark'
|
||||
|
||||
import { usePath } from '@/hooks/usePath'
|
||||
|
||||
import { displayDate } from '@/utils/datetime'
|
||||
|
||||
import EditChatInput from '../EditChatInput'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user