diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index 889c45d3..a615e8fa 100644 --- a/packages/runtime-core/src/component.ts +++ b/packages/runtime-core/src/component.ts @@ -34,7 +34,7 @@ import { currentRenderingInstance, markAttrsAccessed } from './componentRenderUtils' -import { ShapeFlags } from '.' +import { ShapeFlags } from './shapeFlags' export type Data = { [key: string]: unknown }