refactor: move convex into packages

This commit is contained in:
2025-09-16 23:17:01 +00:00
parent 223a594479
commit 68ca8cbccd
22 changed files with 43 additions and 14 deletions

View File

@@ -1,5 +1,8 @@
import {
Code as ErrorCode,
isApplicationError,
} from "@fileone/convex/model/error"
import { toast } from "sonner"
import { Code as ErrorCode, isApplicationError } from "@convex/model/error"
const ERROR_MESSAGE = {
[ErrorCode.DirectoryExists]: "Directory already exists",