style[convex]: reorganize imports

This commit is contained in:
2025-10-20 00:17:50 +00:00
parent d0893e13be
commit 0307cbbf61
2 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import { v } from "convex/values"
import type { Doc, Id } from "@fileone/convex/dataModel"
import type { Doc, Id } from "../_generated/dataModel"
import {
type AuthenticatedMutationCtx,
type AuthenticatedQueryCtx,