We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b2fb6 commit 215f7e5Copy full SHA for 215f7e5
packages/examples/src/conversation.vue
@@ -1,6 +1,7 @@
1
<script setup lang="ts">
2
-import { Conversation, ConversationContent, ConversationScrollButton } from '@repo/elements/conversation'
+import { Conversation, ConversationContent, ConversationEmptyState, ConversationScrollButton } from '@repo/elements/conversation'
3
import { Message, MessageContent } from '@repo/elements/message'
4
+import { MessageSquareIcon } from 'lucide-vue-next'
5
import { nanoid } from 'nanoid'
6
import { onMounted, onUnmounted, ref } from 'vue'
7
0 commit comments