Skip to content

Commit 91242ac

Browse files
committed
fix import
1 parent 0c130b1 commit 91242ac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/client/files.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
import type { FilePart, ImagePart } from "ai";
22
import type { Id } from "../component/_generated/dataModel.js";
3-
import type { ActionCtx, AgentComponent, QueryCtx } from "./types.js";
4-
import type { RunMutationCtx } from "@convex-dev/prosemirror-sync";
3+
import type {
4+
ActionCtx,
5+
AgentComponent,
6+
QueryCtx,
7+
RunMutationCtx,
8+
} from "./types.js";
59

610
export const MAX_FILE_SIZE = 1024 * 64;
711

0 commit comments

Comments
 (0)