layout improvements

This commit is contained in:
2024-11-02 00:34:21 -07:00
parent 31d23c5e87
commit 7169bf0fb1
4 changed files with 15 additions and 4 deletions

View File

@@ -16,6 +16,10 @@
}
</script>
<svelte:head>
<title>User Profile</title>
</svelte:head>
<p>
{JSON.stringify(data.user)}
</p>