We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0aac81 commit f6ce47bCopy full SHA for f6ce47b
src/components/api-docs/apiDocs.tsx
@@ -6,7 +6,6 @@ import {Fragment, useEffect, useState} from 'react';
6
import {LoadingArticle} from 'apps/changelog/src/client/components/article';
7
import {OpenAPIV3_1} from 'openapi-types';
8
import {API, APICategory} from 'src/build/resolveOpenAPI';
9
-// import {resolveRemoteApiSpec} from 'src/build/shared';
10
import SwaggerUI, {SwaggerUIProps} from 'swagger-ui-react';
11
12
import {LOCAL_API_SPEC} from './localApiSpec';
0 commit comments