Skip to content

Commit 215f7e5

Browse files
authored
fix(examples): add missing imports for conversation component (#57)
1 parent 20b2fb6 commit 215f7e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/examples/src/conversation.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script setup lang="ts">
2-
import { Conversation, ConversationContent, ConversationScrollButton } from '@repo/elements/conversation'
2+
import { Conversation, ConversationContent, ConversationEmptyState, ConversationScrollButton } from '@repo/elements/conversation'
33
import { Message, MessageContent } from '@repo/elements/message'
4+
import { MessageSquareIcon } from 'lucide-vue-next'
45
import { nanoid } from 'nanoid'
56
import { onMounted, onUnmounted, ref } from 'vue'
67

0 commit comments

Comments
 (0)