Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph authored Nov 8, 2023
1 parent 1c78cbe commit 1537f73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import IntervalTree from '@flatten-js/interval-tree';
import IntervalTree from '@noomorph/interval-tree';

import type { ThreadAlias, ThreadID } from '../../../types';
import { ThreadDispatcher } from './ThreadDispatcher';
Expand Down

0 comments on commit 1537f73

Please sign in to comment.