feat(message-actions): move to separate components
This commit is contained in:
parent
dcbcab3122
commit
cf0abbb9d2
5 changed files with 64 additions and 54 deletions
|
@ -2,7 +2,8 @@ import { cn } from '@/lib/utils';
|
|||
import { ArrowUp } from 'lucide-react';
|
||||
import { useEffect, useState } from 'react';
|
||||
import TextareaAutosize from 'react-textarea-autosize';
|
||||
import { Attach, CopilotToggle } from './MessageInputActions';
|
||||
import Attach from './MessageInputActions/Attach';
|
||||
import CopilotToggle from './MessageInputActions/Copilot';
|
||||
|
||||
const MessageInput = ({
|
||||
sendMessage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue