diff --git a/packages/core/src/registry/Registry.ts b/packages/core/src/registry/Registry.ts index afe2aa9e9f..946cf2ddd6 100644 --- a/packages/core/src/registry/Registry.ts +++ b/packages/core/src/registry/Registry.ts @@ -6,7 +6,7 @@ * LICENSE file in the root directory of this source tree. */ -import type { SchemaNode } from '../types'; +import type { SchemaNode } from '../types/index.js'; export type ComponentRenderer = T;