Tweaks to navigation

This commit is contained in:
Jon Staab
2024-10-23 09:45:06 -07:00
parent f0d53ebb39
commit a382facc70
21 changed files with 282 additions and 267 deletions
+8
View File
@@ -0,0 +1,8 @@
<script lang="ts">
import {pubkey} from "@welshman/app"
import Chat from "@app/components/Chat.svelte"
$: id = $pubkey!
</script>
<Chat {id} />