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
@@ -9,7 +9,7 @@ import type {
ChatProgress,
Message,
} from "../GlobalChatbox.types";
import { createId } from "../GlobalChatbox.utils";
import { createId } from "../globalChatboxUtils";
export const upsertProgress = (
progress: ChatProgress[] | undefined,