{#if diffMode === 'yaml'} {#await import('$lib/components/DiffEditor.svelte')}
{:then Module}
{/await} {:else} {#await import('$lib/components/FlowGraphDiffViewer.svelte')}
{:then Module}
{/await} {/if}