Skip to content

Commit b93aa98

Browse files
authored
Merge pull request #367 from objectstack-ai/copilot/update-action-run-details
2 parents 7a041fc + be72b0c commit b93aa98

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)