Skip to content

Commit 07d8e14

Browse files
committed
Fix types
1 parent 0006f38 commit 07d8e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-openapi/src/schemas/OpenAPISchemas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import clsx from 'clsx';
22
import { OpenAPIDisclosureGroup } from '../OpenAPIDisclosureGroup';
3-
import { OpenAPIRootSchema } from '../OpenAPISchema';
3+
import { OpenAPIRootSchema } from '../OpenAPISchemaServer';
44
import { Section, SectionBody } from '../StaticSection';
55
import type { OpenAPIClientContext, OpenAPIContextProps, OpenAPISchemasData } from '../types';
66

0 commit comments

Comments
 (0)