Skip to content

Commit be72b0c

Browse files
Copilothotlong
andcommitted
Fix ES module directory import error in @object-ui/core
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent bd9d873 commit be72b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/registry/Registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
import type { SchemaNode } from '../types';
9+
import type { SchemaNode } from '../types/index.js';
1010

1111
export type ComponentRenderer<T = any> = T;
1212

0 commit comments

Comments
 (0)