Skip to content

Commit b608838

Browse files
committed
lint auto-fix
1 parent ebe5f97 commit b608838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/chat.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
} from "@/components/ui/chat/chat-bubble";
77
import { ChatInput } from "@/components/ui/chat/chat-input";
88
import { ChatMessageList } from "@/components/ui/chat/chat-message-list";
9-
import { useTransition, animated, AnimatedProps } from "@react-spring/web";
9+
import { useTransition, animated, type AnimatedProps } from "@react-spring/web";
1010
import { Paperclip, Send, X } from "lucide-react";
1111
import { useEffect, useRef, useState } from "react";
1212
import type { Content, UUID } from "@elizaos/core";

0 commit comments

Comments
 (0)