aboutsummaryrefslogtreecommitdiff
path: root/static/api/api.ts
diff options
context:
space:
mode:
authorMats Larsen <me@supergrecko.com>2021-12-26 16:05:19 +0000
committerGitHub <noreply@github.com>2021-12-26 16:05:19 +0000
commit5f871fed673a973c7aa606dd80fadc44f9e47468 (patch)
tree853d6ff54516e65aa52dbfb26e906e7bf45c8f5e /static/api/api.ts
parent80811615b52384724baa596b2dc9eabe0494b435 (diff)
parent2933cca811d5d6e9c5235f1597d01de56f320021 (diff)
downloadcompiler-explorer-gh-1471.tar.gz
compiler-explorer-gh-1471.zip
Merge 2933cca811d5d6e9c5235f1597d01de56f320021 into 80811615b52384724baa596b2dc9eabe0494b435gh-1471
Diffstat (limited to 'static/api/api.ts')
-rw-r--r--static/api/api.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/api/api.ts b/static/api/api.ts
index 03a39b59d..f3728c6e3 100644
--- a/static/api/api.ts
+++ b/static/api/api.ts
@@ -24,7 +24,7 @@
import _ from 'underscore';
-import { AssemblyDocumentationResponse, AssemblyDocumentationRequest } from './assemblydocumentation.interfaces';
+import { AssemblyDocumentationResponse, AssemblyDocumentationRequest } from '../../types/features/assembly-documentation.interfaces';
import { FormattingRequest, FormattingResponse } from './formatting.interfaces';
/** Type wrapper allowing .json() to resolve to a concrete type */