Skip to content

Commit c421812

Browse files
Merge pull request #801 from companieshouse/bug/siv-528-fix-import-statement
SIV-528 Import statement fixed
2 parents 5633e47 + 75edcf7 commit c421812

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)