Skip to content

Commit 75edcf7

Browse files
SIV-528 Import statement fixed
1 parent 5633e47 commit 75edcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/associations/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import IHttpClient, { Headers, HttpResponse } from "http/http-client";
1+
import IHttpClient, { HttpResponse } from "../../http/http-client";
22
import Resource from "../../services/resource";
33
import {
44
Association,

0 commit comments

Comments
 (0)