refactor: split homt.tsx components

This commit is contained in:
Yifei Zhang
2023-04-02 15:05:54 +00:00
parent 4f0108b0ea
commit 6c1862797b
4 changed files with 572 additions and 531 deletions

View File

@@ -20,7 +20,7 @@ import {
useUpdateStore,
useAccessStore,
} from "../store";
import { Avatar, PromptHints } from "./home";
import { Avatar } from "./chat";
import Locale, { AllLangs, changeLang, getLang } from "../locales";
import { getCurrentVersion } from "../utils";