Skip to content

Commit 4b65796

Browse files
committed
Fix broken imports caused by ide default settings
1 parent d270cfb commit 4b65796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/psc-discrepancies-report/service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { IHttpClient } from "../../http";
22
import { PSCDiscrepancyReport } from "./types"
33
import Util from "./util"
4-
import { Result } from "services/result";
5-
import { ApiResponse, ApiErrorResponse } from "services/resource";
4+
import { Result } from "../../services/result";
5+
import { ApiResponse, ApiErrorResponse } from "../../services/resource";
66

77
const PSC_DISCREPANCY_API_URL = "/psc-discrepancy-reports";
88

0 commit comments

Comments
 (0)