Work on mobile layout

This commit is contained in:
Jon Staab
2024-10-09 14:19:27 -07:00
parent 6ef291d755
commit 05b320cd98
16 changed files with 213 additions and 101 deletions
+9
View File
@@ -0,0 +1,9 @@
<script lang="ts">
import {deriveRelayDisplay} from '@welshman/app'
export let url
const display = deriveRelayDisplay(url)
</script>
{$display}