refactor: move edit message components to components directory for better organization

This commit is contained in:
ecwu
2025-01-06 12:41:21 +08:00
parent 5effd0a3f4
commit 765c2c446c
4 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import { addTotalCost } from "@/utils/totalCost";
import { Tr } from "@/translate";
import { getMessageText } from "@/chatgpt";
import { EditMessage } from "@/editMessage";
import { EditMessage } from "@/components/editMessage";
import logprobToColor from "@/utils/logprob";
import {
ChatBubble,