mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-25 09:43:43 -04:00
5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
import { onMount } from "svelte";
|
|
import { writable } from "svelte/store";
|
|
|
|
export const visitCount = writable(0);
|