Navigator
store.setScreenType('page')} class="components-nav-header" class:active={$store.currentFrontEndType === 'page'}> Page
{#if $store.currentFrontEndType === 'page'}
{/if}
store.setScreenType('screen')} class="components-nav-header" class:active={$store.currentFrontEndType === 'screen'}> Screens
{#if $store.currentFrontEndType === 'screen'}
+
{/if}
{#if $store.currentFrontEndType === 'screen'}
{/if}
{#if $store.currentFrontEndType === 'screen' || $store.currentFrontEndType === 'page'}
{/if}
store.deleteComponent(componentToDelete)}/>