Skip to content

Commit 71e0186

Browse files
juliusmarmingecodex
andcommitted
Remove stale web UUID import
Co-authored-by: codex <codex@users.noreply.github.com>
1 parent 8db6045 commit 71e0186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/ChatView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ import {
115115
nextProjectScriptId,
116116
projectScriptIdFromCommand,
117117
} from "~/projectScripts";
118-
import { newCommandId, newDraftId, newMessageId, newThreadId, randomUUID } from "~/lib/utils";
118+
import { newCommandId, newDraftId, newMessageId, newThreadId } from "~/lib/utils";
119119
import { getProviderModelCapabilities, resolveSelectableProvider } from "../providerModels";
120120
import { useSettings } from "../hooks/useSettings";
121121
import { resolveAppModelSelectionForInstance } from "../modelSelection";

0 commit comments

Comments
 (0)