diff options
author | Mats Larsen <me@supergrecko.com> | 2021-12-26 16:05:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 16:05:19 +0000 |
commit | 5f871fed673a973c7aa606dd80fadc44f9e47468 (patch) | |
tree | 853d6ff54516e65aa52dbfb26e906e7bf45c8f5e /static/api/api.ts | |
parent | 80811615b52384724baa596b2dc9eabe0494b435 (diff) | |
parent | 2933cca811d5d6e9c5235f1597d01de56f320021 (diff) | |
download | compiler-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.ts | 2 |
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 */ |