We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe5f97 commit b608838Copy full SHA for b608838
client/src/components/chat.tsx
@@ -6,7 +6,7 @@ import {
6
} from "@/components/ui/chat/chat-bubble";
7
import { ChatInput } from "@/components/ui/chat/chat-input";
8
import { ChatMessageList } from "@/components/ui/chat/chat-message-list";
9
-import { useTransition, animated, AnimatedProps } from "@react-spring/web";
+import { useTransition, animated, type AnimatedProps } from "@react-spring/web";
10
import { Paperclip, Send, X } from "lucide-react";
11
import { useEffect, useRef, useState } from "react";
12
import type { Content, UUID } from "@elizaos/core";
0 commit comments