move chatbox.tsx to pages/

This commit is contained in:
2024-10-15 17:20:28 +08:00
parent 32866d9a7f
commit eb8a6dc8ed
2 changed files with 2 additions and 57 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import "@/global.css";
import { calculate_token_length } from "@/chatgpt";
import { getDefaultParams } from "@/utils/getDefaultParam";
import ChatBOX from "@/chatbox";
import ChatBOX from "@/pages/chatbox";
import { DefaultModel } from "@/const";
import { Tr, langCodeContext, LANG_OPTIONS } from "@/translate";
import { ChatStore } from "@/types/chatstore";
File diff suppressed because it is too large Load Diff