From 2dcdfa506cfcfcd0be623422d12ac4ad85b501d0 Mon Sep 17 00:00:00 2001 From: Stephen Date: Mon, 9 Sep 2024 19:53:27 +0200 Subject: [PATCH] Stream path --- modules/scrollends.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/scrollends.js b/modules/scrollends.js index 0b8028e..dc31964 100644 --- a/modules/scrollends.js +++ b/modules/scrollends.js @@ -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;