mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 03:54:57 +02:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import { writable } from 'svelte/store'
|
|
|
|
export const scrollIntoSection = writable<number | undefined>()
|