refactor: reorganize SetAPIsTemplate component and update imports for improved structure

This commit is contained in:
ecwu
2025-01-05 00:11:31 +08:00
parent 76d50317e9
commit 75a431360b
5 changed files with 100 additions and 121 deletions

View File

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