{#each _components as component}
store.setCurrentScreen(component.component.name)}>
{#if component.component.props && component.component.props._children}
{/if}
{component.title}
{#if isScreenSelected(component) && component.component.props && component.component.props._children}
select_component(component.component.name, child)} />
{/if}
{/each}