Skip to content

Commit

Permalink
fix: fix imports in async.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Jul 7, 2023
1 parent cfe1261 commit 57c3890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/async.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import {
WatchSource,
WatchOptions,
watch,
} from 'core';
import { getFiberInDev } from 'helper';
import messages from 'messages';
} from './core';
import { getFiberInDev } from './helper';
import messages from './messages';
import {
useDebugValue,
useRef as useRefReact,
Expand Down

0 comments on commit 57c3890

Please sign in to comment.