Skip to content

Commit

Permalink
fix import name
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Sep 28, 2024
1 parent ee597c0 commit 26f0780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/customMdGenerators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function myCustomApiMdGenerator({
`import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";\n`,
`import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";\n`,
`import MimeTabs from "@theme/MimeTabs";\n`,
`import ParamsItem from "@theme/ParamsDetails";\n`,
`import ParamsDetails from "@theme/ParamsDetails";\n`,
`import ParamsItem from "@theme/ParamsItem";\n`,
`import ResponseSamples from "@theme/ResponseSamples";\n`,
`import SchemaItem from "@theme/SchemaItem";\n`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function createApiPageMD({
`import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";\n`,
`import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";\n`,
`import MimeTabs from "@theme/MimeTabs";\n`,
`import ParamsItem from "@theme/ParamsDetails";\n`,
`import ParamsDetails from "@theme/ParamsDetails";\n`,
`import ParamsItem from "@theme/ParamsItem";\n`,
`import ResponseSamples from "@theme/ResponseSamples";\n`,
`import SchemaItem from "@theme/SchemaItem";\n`,
Expand Down

0 comments on commit 26f0780

Please sign in to comment.