Lint, rename chat compose stuff

This commit is contained in:
Jon Staab
2024-09-11 11:09:25 -07:00
parent 4ad67921a0
commit 339e53e506
26 changed files with 94 additions and 131 deletions
@@ -0,0 +1,9 @@
<script lang="ts">
import {deriveProfileDisplay} from "@welshman/app"
export let value
const display = deriveProfileDisplay(value)
</script>
@{$display}