Add visit count functionality to Navbar and Log page

This commit is contained in:
Sean Morley
2024-04-10 17:47:20 +00:00
parent ae5e77f670
commit bc0e1b4db2
5 changed files with 59 additions and 7 deletions

View File

@@ -9,4 +9,4 @@ export const load: LayoutServerLoad = async (event) => {
return {
user: null,
};
};
};