Work on compose

This commit is contained in:
Jon Staab
2024-08-22 16:16:35 -07:00
parent 91fbc260eb
commit dc4dcb1ea2
12 changed files with 159 additions and 129 deletions
@@ -1,7 +1,9 @@
<script lang="ts">
import {deriveProfileDisplay} from '@app/state'
export let value
const display = deriveProfileDisplay(value)
</script>
<div>
@{value}
</div>
@{$display}