mirror of https://github.com/sveltejs/svelte
3 lines
75 B
3 lines
75 B
6 years ago
|
import { writable } from 'svelte/store';
|
||
|
|
||
|
export const count = writable(0);
|