refactor(frontend): normalize naming conventions

This commit is contained in:
2026-06-13 13:07:16 +08:00
parent 6ff8886524
commit 0dea655f68
30 changed files with 87 additions and 33 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import type {
LoadedChatState,
Message,
} from "./GlobalChatbox.types";
import { cloneMessages } from "./GlobalChatbox.utils";
import { cloneMessages } from "./globalChatboxUtils";
type BackendSessionPayload = {
id?: string;