mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-12-23 22:58:17 -05:00
4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
import { writable } from "svelte/store";
|
|
|
|
export const visitCount = writable(0);
|