fix: Fix breaking storybook build (#7723)

This commit is contained in:
Pranav Raj S
2023-08-14 20:19:02 -07:00
committed by GitHub
parent 396ef02b0c
commit 37c0f1306c

View File

@@ -22,7 +22,9 @@
</template>
<script>
import FeaturePlaceholder from './FeaturePlaceholder.vue';
export default {
components: { FeaturePlaceholder },
props: {
message: {
type: String,