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

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";

1314
src/pages/chatbox.tsx Normal file

File diff suppressed because it is too large Load Diff