mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
refactor: move convex into packages
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user