refactor: rename message.tsx to MessageBubble.tsx and consolidate message-related components for better organization

This commit is contained in:
ecwu
2025-01-04 23:53:45 +08:00
parent 3663193f50
commit 47f63364b1
7 changed files with 127 additions and 143 deletions

View File

@@ -12,7 +12,7 @@ import ChatGPT, {
Usage,
} from "@/chatgpt";
import { ChatStoreMessage } from "../types/chatstore";
import Message from "@/message";
import Message from "@/components/MessageBubble";
import { models } from "@/types/models";
import { AddImage } from "@/addImage";
import { ListAPIs } from "@/listAPIs";