Skip to content

Commit

Permalink
Stream path
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Sep 9, 2024
1 parent 906bcca commit 2dcdfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/scrollends.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Much of this code has been purloined from targetable.js – do we need the
// hashchange tracking here? I have commented it

import Stream, { stop } from 'fn/stream.js';
import Stream, { stop } from 'fn/stream/stream.js';
import { getScrollInterval, updateScrollInterval } from './consts.js';

const assign = Object.assign;
Expand Down

0 comments on commit 2dcdfa5

Please sign in to comment.