Move editor stuff to its own folder

This commit is contained in:
Jon Staab
2024-09-23 13:58:01 -07:00
parent 26eb4faf37
commit ad4944d512
28 changed files with 312 additions and 397 deletions
+9
View File
@@ -0,0 +1,9 @@
<script lang="ts">
import {deriveProfileDisplay} from "@welshman/app"
export let value
const display = deriveProfileDisplay(value)
</script>
@{$display}