Update dependencies and add new features

This commit is contained in:
Sean Morley
2024-04-20 00:53:01 +00:00
parent da8b4c342d
commit 348c545419
10 changed files with 92 additions and 48 deletions

View File

@@ -1,6 +1,5 @@
<script lang="ts">
export let data;
console.log(data.result);
import { goto } from "$app/navigation";
import AdventureCard from "$lib/components/AdventureCard.svelte";
import { visitCount } from "$lib/utils/stores/visitCountStore.js";