We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a041fc + be72b0c commit b93aa98Copy full SHA for b93aa98
packages/core/src/registry/Registry.ts
@@ -6,7 +6,7 @@
6
* LICENSE file in the root directory of this source tree.
7
*/
8
9
-import type { SchemaNode } from '../types';
+import type { SchemaNode } from '../types/index.js';
10
11
export type ComponentRenderer<T = any> = T;
12
0 commit comments