diff --git a/src/App.svelte b/src/App.svelte
index 0b497740..1820e12d 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -1,6 +1,6 @@
+
+
{
+ selectedContatiner = 'root'
+ renderMainTree(tree)
+ }}
+ on:contextmenu|preventDefault
+ bind:this={mainTree}
+>
+
+
+{#if menuOpen}
+
+
+
+
+
+
+
+
+
+ {#if subMenu === 0}
+ {#each builtComponentTrees as component, i}
+
+ {/each}
+ {:else if subMenu === 1}
+ {#each builtContainerTrees as container, i}
+
+ {/each}
+ {:else if subMenu === 2}
+
Left click to select, Right click to delete
+
Press a component/container in the menu to add it to the selected container
+ {/if}
+
+{:else}
+