Skip to content

Instantly share code, notes, and snippets.

@jprochazk
Created March 28, 2023 20:23
Show Gist options
  • Save jprochazk/d910d33101c1c870db81002a80b89431 to your computer and use it in GitHub Desktop.
Save jprochazk/d910d33101c1c870db81002a80b89431 to your computer and use it in GitHub Desktop.
import { writable } from "svelte/store";
export const count = writable(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment