diff --git a/src/helpers/handle-error/index.ts b/src/helpers/handle-error/index.ts index 4ae2854..27796d9 100644 --- a/src/helpers/handle-error/index.ts +++ b/src/helpers/handle-error/index.ts @@ -1,4 +1,4 @@ -import type { ApiResponse } from "@/services"; +import type { ApiResponse } from "@/helpers"; export const handleError = (data: ApiResponse): ApiResponse => { if (data.resultCode !== 0) {