Refactor import path for Settings component to improve code organization

This commit is contained in:
ecwu
2024-12-20 16:10:07 +08:00
parent 5ad8737370
commit ac307f5551
3 changed files with 1165 additions and 1178 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -29,7 +29,7 @@ import {
} from "../types/chatstore"; } from "../types/chatstore";
import Message from "@/message"; import Message from "@/message";
import { models } from "@/types/models"; import { models } from "@/types/models";
import Settings from "@/settings"; import Settings from "@/components/Settings";
import { AddImage } from "@/addImage"; import { AddImage } from "@/addImage";
import { ListAPIs } from "@/listAPIs"; import { ListAPIs } from "@/listAPIs";
import { ListToolsTempaltes } from "@/listToolsTemplates"; import { ListToolsTempaltes } from "@/listToolsTemplates";

File diff suppressed because it is too large Load Diff