We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2362d52 commit cdc268aCopy full SHA for cdc268a
1 file changed
packages/svelte/src/InfiniteList.svelte
@@ -3,6 +3,7 @@
3
import type { Snippet } from "svelte";
4
import { createInfinitePages } from "./stores/createInfinitePages";
5
import VirtualList from "./VirtualList.svelte";
6
+ import { findMissingPages } from "@scrolloop/shared";
7
import type { InfiniteSourceOptions } from "@scrolloop/shared";
8
9
interface Props {
0 commit comments