mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 04:12: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
|
|
@ -8,9 +8,9 @@ import { omit } from "remeda"
|
|||
import { cn } from "@/lib/utils"
|
||||
import { useAudioRecording } from "@/hooks/use-audio-recording"
|
||||
import { useAutosizeTextArea } from "@/hooks/use-autosize-textarea"
|
||||
import { AudioVisualizer } from "@/components/chat/audio-visualizer"
|
||||
import { Button } from "@/components/chat/button"
|
||||
import { FilePreview } from "@/components/chat/file-preview"
|
||||
import { AudioVisualizer } from "@/components/ui/audio-visualizer"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { FilePreview } from "@/components/ui/file-preview"
|
||||
import { InterruptPrompt } from "@/components/chat/interrupt-prompt"
|
||||
|
||||
interface MessageInputBaseProps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue