aquavox/src/lib/state/userAdjustingProgress.ts
2024-05-19 17:21:07 +08:00

3 lines
126 B
TypeScript

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