summaryrefslogtreecommitdiffstats
path: root/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
diff options
context:
space:
mode:
authorMarco <marcoambrosini@icloud.com>2023-03-01 13:33:05 +0100
committerMarco <marcoambrosini@icloud.com>2023-03-01 13:33:05 +0100
commit04c973ed6aee1d8113ccf44d91b5431b954d6c70 (patch)
treeebe0115338cd94d8694420b3d60c5e8944641585 /src/components/LeftSidebar/ConversationsList/ConversationsList.vue
parent2a09f3ac3984609d0b0fa4f700753c6b43075a67 (diff)
Lint fix
Signed-off-by: Marco <marcoambrosini@icloud.com>
Diffstat (limited to 'src/components/LeftSidebar/ConversationsList/ConversationsList.vue')
-rw-r--r--src/components/LeftSidebar/ConversationsList/ConversationsList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/ConversationsList/ConversationsList.vue b/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
index b3c2dd6da..90067fed4 100644
--- a/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
+++ b/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
@@ -38,9 +38,9 @@ import { emit } from '@nextcloud/event-bus'
import isMobile from '@nextcloud/vue/dist/Mixins/isMobile.js'
-import Conversation from './Conversation.vue'
import Hint from '../../Hint.vue'
import LoadingPlaceholder from '../../LoadingPlaceholder.vue'
+import Conversation from './Conversation.vue'
import { EventBus } from '../../../services/EventBus.js'