3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
import { derived, writable, Writable } from "svelte/store";
|
|
|
|
export const userMovingStore = writable(false);
|