Merge branch 'main' of interstellardevelopment.org:YasinOnm08/interstellar_ai

This commit is contained in:
YasinOnm08 2024-10-09 14:02:18 +02:00
commit 5b7fd05a02
4 changed files with 9 additions and 5 deletions

View file

@ -10,6 +10,10 @@ const History: React.FC = () => {
const handleEditButtonClick = () => {
setIsEditing(true);
/* Thank you Eslint for this masterpiece of a code snippet */
setChatHistory(chatHistory)
/* Wow i feel so secure now */
};
const handleInputChange = (e: React.ChangeEvent<HTMLInputElement>) => {