Skip to content

Commit

Permalink
fix: fix incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed May 26, 2023
1 parent 3ff5bbb commit a3975a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a3975a8

Please sign in to comment.