X-Git-Url: https://git.r.bdr.sh/rbdr/canvas/blobdiff_plain/c336b229424eeb95b29a2d450b298c5d2f44fc01..c55cffecda48be785d89721dc8c8f04c99270b2d:/src/routes/index.svelte?ds=inline diff --git a/src/routes/index.svelte b/src/routes/index.svelte index f2544cf..411b81f 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,32 +1,29 @@ -
-
- -
- ({ formatCoordinate(x) }, { formatCoordinate(y) }) +
+ + + + + {#if shouldShowPalette } + + {/if} + + {#if $widgets} + {#each $widgets as widget} + + {/each} + {/if}