refactor: rename components and update import paths for consistency

This commit is contained in:
ecwu
2025-01-03 11:30:12 +08:00
parent 3060543ee7
commit 3728766d7f
12 changed files with 8 additions and 220 deletions

View File

@@ -13,7 +13,7 @@ import { models } from "@/types/models";
import { tr, Tr, langCodeContext, LANG_OPTIONS } from "@/translate";
import { isVailedJSON } from "@/message";
import { SetAPIsTemplate } from "@/setAPIsTemplate";
import { autoHeight } from "@/textarea";
import { autoHeight } from "@/utils/textAreaHelp";
import { getDefaultParams } from "@/utils/getDefaultParam";
import { Button } from "@/components/ui/button";