forked from coracle/flotilla
8 lines
132 B
Svelte
8 lines
132 B
Svelte
<script lang="ts">
|
|
import Profile from '@app/components/Profile.svelte'
|
|
|
|
export let value
|
|
</script>
|
|
|
|
<Profile pubkey={value} />
|