8 lines
138 B

<script>
import B from './B.svelte';
export let currentIdentifier;
</script>
<B bind:currentIdentifier />
<B bind:currentIdentifier />