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 0006f38 commit 07d8e14Copy full SHA for 07d8e14
packages/react-openapi/src/schemas/OpenAPISchemas.tsx
@@ -1,6 +1,6 @@
1
import clsx from 'clsx';
2
import { OpenAPIDisclosureGroup } from '../OpenAPIDisclosureGroup';
3
-import { OpenAPIRootSchema } from '../OpenAPISchema';
+import { OpenAPIRootSchema } from '../OpenAPISchemaServer';
4
import { Section, SectionBody } from '../StaticSection';
5
import type { OpenAPIClientContext, OpenAPIContextProps, OpenAPISchemasData } from '../types';
6
0 commit comments