feat(chat-window): add ability to use q query param

This commit is contained in:
ItzCrazyKns 2024-05-11 12:09:39 +05:30
parent 7a28be9e1a
commit 3ef39c69a7
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
2 changed files with 27 additions and 6 deletions

View file

@ -1,7 +1,7 @@
import { ArrowRight } from 'lucide-react';
import { useState } from 'react';
import TextareaAutosize from 'react-textarea-autosize';
import { Attach, CopilotToggle, Focus } from './MessageInputActions';
import { CopilotToggle, Focus } from './MessageInputActions';
const EmptyChatMessageInput = ({
sendMessage,