diff --git a/src/frontend/src/components/newChatView/chatInput/index.tsx b/src/frontend/src/components/newChatView/chatInput/index.tsx index 777fb5d79..9f19704a5 100644 --- a/src/frontend/src/components/newChatView/chatInput/index.tsx +++ b/src/frontend/src/components/newChatView/chatInput/index.tsx @@ -4,8 +4,8 @@ import { Textarea } from "../../../components/ui/textarea"; import { chatInputType } from "../../../types/components"; import { classNames } from "../../../utils/utils"; import { Button } from "../../ui/button"; -import { Popover, PopoverContent, PopoverTrigger } from "../../ui/popover"; import { Input } from "../../ui/input"; +import { Popover, PopoverContent, PopoverTrigger } from "../../ui/popover"; export default function ChatInput({ lockChat, @@ -120,17 +120,19 @@ export default function ChatInput({