From a3975a8ff5c906f959dfa9312aa6fdc27c4eddc8 Mon Sep 17 00:00:00 2001 From: Henry Lin Date: Fri, 26 May 2023 11:32:35 +0800 Subject: [PATCH] fix: fix incorrect import --- src/component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component.ts b/src/component.ts index c30c8f1..c47e7fe 100644 --- a/src/component.ts +++ b/src/component.ts @@ -4,7 +4,7 @@ import { ReactiveEffectRunner, effect, } from '@vue/reactivity'; -import { getFiberInDev } from 'helper'; +import { getFiberInDev } from './helper'; import { useEffect, useRef, useState } from 'react'; interface ComponentReactivity {