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