File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
packages/docusaurus-theme-openapi-docs/src/theme/ResponseSchema Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,13 @@ import React from "react";
9
9
10
10
import Details from "@theme/Details" ;
11
11
import MimeTabs from "@theme/MimeTabs" ; // Assume these components exist
12
- import {
13
- ExampleFromSchema ,
14
- ResponseExample ,
15
- ResponseExamples ,
16
- } from "@theme/ResponseExamples" ;
12
+ import { ExampleFromSchema } from "@theme/ResponseExamples" ;
17
13
import ResponseSamples from "@theme/ResponseSamples" ;
18
14
import SchemaComponent from "@theme/Schema" ;
19
15
import SchemaTabs from "@theme/SchemaTabs" ;
20
16
import TabItem from "@theme/TabItem" ;
21
17
import { createDescription } from "docusaurus-plugin-openapi-docs/lib/markdown/createDescription" ;
22
18
import { MediaTypeObject } from "docusaurus-plugin-openapi-docs/lib/openapi/types" ;
23
- import { first } from "lodash" ;
24
19
25
20
interface Props {
26
21
style ?: React . CSSProperties ;
You can’t perform that action at this time.
0 commit comments