forked from coracle/flotilla
Tweaks to navigation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import {pubkey} from "@welshman/app"
|
||||
import Chat from "@app/components/Chat.svelte"
|
||||
|
||||
$: id = $pubkey!
|
||||
</script>
|
||||
|
||||
<Chat {id} />
|
||||
Reference in New Issue
Block a user