Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ConversationsOptionsList.vue')
-rw-r--r--src/components/ConversationsOptionsList.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ConversationsOptionsList.vue b/src/components/ConversationsOptionsList.vue
index bba0ae08b..615eca9ba 100644
--- a/src/components/ConversationsOptionsList.vue
+++ b/src/components/ConversationsOptionsList.vue
@@ -34,9 +34,9 @@
</template>
<script>
-import ConversationIcon from './ConversationIcon'
+import ConversationIcon from './ConversationIcon.vue'
import ListItem from '@nextcloud/vue/dist/Components/ListItem'
-import { CONVERSATION } from '../constants'
+import { CONVERSATION } from '../constants.js'
export default {
name: 'ConversationsOptionsList',