{#if kind === 'flow'}
{:else if hasContent}
{#if contentTab === 'content'} {#await import('$lib/components/DiffEditor.svelte')}
{:then Module} {/await} {:else} {#await import('$lib/components/DiffEditor.svelte')}
{:then Module} {/await} {/if}
{:else} {#await import('$lib/components/DiffEditor.svelte')}
{:then Module}
{/await} {/if}