fix bug in pagination.

This commit is contained in:
Jason Schwarzenberger
2020-12-01 23:20:16 +13:00
parent daa49ede7e
commit 7f46646b9a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<script>
import { debounce } from "lodash";
import debounce from "lodash/debounce";
import { goto, prefetch, stores } from "@sapper/app";
export let segment;