Skip to content

Commit 8d39447

Browse files
committed
remove unused imports
1 parent 3409382 commit 8d39447

File tree

1 file changed

+1
-6
lines changed
  • packages/docusaurus-theme-openapi-docs/src/theme/ResponseSchema

1 file changed

+1
-6
lines changed

packages/docusaurus-theme-openapi-docs/src/theme/ResponseSchema/index.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@ import React from "react";
99

1010
import Details from "@theme/Details";
1111
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";
1713
import ResponseSamples from "@theme/ResponseSamples";
1814
import SchemaComponent from "@theme/Schema";
1915
import SchemaTabs from "@theme/SchemaTabs";
2016
import TabItem from "@theme/TabItem";
2117
import { createDescription } from "docusaurus-plugin-openapi-docs/lib/markdown/createDescription";
2218
import { MediaTypeObject } from "docusaurus-plugin-openapi-docs/lib/openapi/types";
23-
import { first } from "lodash";
2419

2520
interface Props {
2621
style?: React.CSSProperties;

0 commit comments

Comments
 (0)