refact: @/utils/totalCost.tx

This commit is contained in:
2024-10-15 15:07:05 +08:00
parent ad291bd72e
commit 2670183343
5 changed files with 53 additions and 56 deletions

View File

@@ -21,7 +21,7 @@ import {
useState,
Dispatch,
} from "preact/hooks";
import { clearTotalCost, getTotalCost } from "@/app";
import { clearTotalCost, getTotalCost } from "@/utils/totalCost";
import {
ChatStore,
TemplateChatStore,