This commit is contained in:
2021-02-08 10:56:38 +01:00
parent 2206437703
commit e08bf4e3ad
5 changed files with 376 additions and 240 deletions

3
src/lib/scroll.js Normal file
View File

@@ -0,0 +1,3 @@
import { writable } from 'svelte/store'
export const scroll = writable(0)