mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:42:25 +00:00
moving non-chat related components to ui/
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
2d43debdde
commit
a29b62f820
28 changed files with 26 additions and 26 deletions
|
|
@ -10,8 +10,8 @@ import {
|
|||
Collapsible,
|
||||
CollapsibleContent,
|
||||
CollapsibleTrigger,
|
||||
} from "@/components/chat/collapsible"
|
||||
import { FilePreview } from "@/components/chat/file-preview"
|
||||
} from "@/components/ui/collapsible"
|
||||
import { FilePreview } from "@/components/ui/file-preview"
|
||||
import { MarkdownRenderer } from "@/components/chat/markdown-renderer"
|
||||
|
||||
const chatBubbleVariants = cva(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue