mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-30 04:03:54 -04:00
Add visit count functionality to Navbar and Log page
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const visitCount = writable(0);
|
||||
let value = 0;
|
||||
export const visitCount = writable(value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user