Run biome check and add ChatError component
This commit is contained in:
parent
6a5041be43
commit
08f45451bb
13 changed files with 228 additions and 136 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { useState, type SubmitEvent } from "react";
|
||||
import { ArrowUpIcon } from "lucide-react";
|
||||
import { type SubmitEvent, useState } from "react";
|
||||
import { Button } from "../ui/button";
|
||||
import { Textarea } from "../ui/textarea";
|
||||
import { ArrowUpIcon, SendIcon } from "lucide-react";
|
||||
|
||||
interface ChatFormProps {
|
||||
onMessage: (message: { text: string }) => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue