8 lines
128 B

<script>
import A from './A.html';
import B from './B.html';
export let x;
</script>
<svelte:component this="{x ? A : B}"/>