diff --git a/frontend/src/routes/playground/+page.svelte b/frontend/src/routes/playground/+page.svelte index c4e5186..daa28b5 100644 --- a/frontend/src/routes/playground/+page.svelte +++ b/frontend/src/routes/playground/+page.svelte @@ -1,12 +1,23 @@ - Developer Playground — Velxio + Developer Playground — Elemes
- + +
+ + + +
+ + +
+
- + +
+ {#if activeTab === 'velxio'} + + {:else if activeTab === 'flowchart'} + + {:else if activeTab === 'circuit'} +
+ +
+ {:else if activeTab === 'code'} +
+ {#key codeLanguage} + currentCode = val} + /> + {/key} +
+ {/if} +
+ + + {#if activeTab === 'velxio'} + + {/if}