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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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