import { writable } from 'svelte/store'; const userAdjustingProgress = writable(false); export default userAdjustingProgress;