<B bind:currentIdentifier />
<script>
import B from './B.html';
export default {
components: {
B
}
</script>