Skip to content

Commit

Permalink
Remove deprecated conversation.vue and update import path in `index…
Browse files Browse the repository at this point in the history
….vue`
  • Loading branch information
swuecho committed Sep 8, 2024
1 parent 0f8c82e commit 26447e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion web/src/views/chat/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang='ts' setup>
import Conversation from './Conversation.vue';
import Conversation from './components/Conversation.vue';
</script>

<template>
Expand Down

0 comments on commit 26447e0

Please sign in to comment.