forked from coracle/flotilla
10 lines
185 B
Svelte
10 lines
185 B
Svelte
<script lang="ts">
|
|
import {deriveProfileDisplay} from "@welshman/app"
|
|
|
|
const {pubkey} = $props()
|
|
|
|
const profileDisplay = deriveProfileDisplay(pubkey)
|
|
</script>
|
|
|
|
{$profileDisplay}
|