<template>
<h3 class="font-semibold">{{ title }}</h3>
</template>
<script>
export default ({
props: {
title: String,
},
})
</script>