We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d270cfb + 4b65796 commit 26043b0Copy full SHA for 26043b0
src/services/psc-discrepancies-report/service.ts
@@ -1,8 +1,8 @@
1
import { IHttpClient } from "../../http";
2
import { PSCDiscrepancyReport } from "./types"
3
import Util from "./util"
4
-import { Result } from "services/result";
5
-import { ApiResponse, ApiErrorResponse } from "services/resource";
+import { Result } from "../../services/result";
+import { ApiResponse, ApiErrorResponse } from "../../services/resource";
6
7
const PSC_DISCREPANCY_API_URL = "/psc-discrepancy-reports";
8
0 commit comments