Refactor adventure page layout to display activity types and update server files

This commit is contained in:
Sean Morley
2024-05-03 21:29:35 +00:00
parent 2da4baf8a1
commit 25adf07874
3 changed files with 51 additions and 57 deletions

View File

@@ -6,6 +6,8 @@
import { onMount } from "svelte";
let modal: HTMLDialogElement;
console.log(adventureToEdit.id);
let originalName = adventureToEdit.name;
onMount(() => {