refactor: move convex into packages

This commit is contained in:
2025-09-16 23:17:01 +00:00
parent 12922618dd
commit 766a804111
22 changed files with 43 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
import { api } from "@convex/_generated/api"
import { api } from "@fileone/convex/_generated/api"
import { useMutation } from "@tanstack/react-query"
import { useMutation as useConvexMutation } from "convex/react"
import { useSetAtom } from "jotai"