diff --git a/src/runtime-core/helpers/renderSlot.ts b/src/runtime-core/helpers/renderSlot.ts index f20cd31..a20c95e 100644 --- a/src/runtime-core/helpers/renderSlot.ts +++ b/src/runtime-core/helpers/renderSlot.ts @@ -1,4 +1,3 @@ -import { getCurrentInstance } from "../component"; import { createVNode, Fragment } from "../vnode"; /**