summaryrefslogtreecommitdiffstats
path: root/src/components/LeftSidebar/LeftSidebar.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/LeftSidebar.vue
parent2a09f3ac3984609d0b0fa4f700753c6b43075a67 (diff)
Lint fix
Signed-off-by: Marco <marcoambrosini@icloud.com>
Diffstat (limited to 'src/components/LeftSidebar/LeftSidebar.vue')
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue
index 7b6f79e80..5c89edb31 100644
--- a/src/components/LeftSidebar/LeftSidebar.vue
+++ b/src/components/LeftSidebar/LeftSidebar.vue
@@ -125,12 +125,12 @@ import NcAppNavigation from '@nextcloud/vue/dist/Components/NcAppNavigation.js'
import NcAppNavigationCaption from '@nextcloud/vue/dist/Components/NcAppNavigationCaption.js'
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
+import ConversationsOptionsList from '../ConversationsOptionsList.vue'
+import Hint from '../Hint.vue'
import Conversation from './ConversationsList/Conversation.vue'
import ConversationsList from './ConversationsList/ConversationsList.vue'
import NewGroupConversation from './NewGroupConversation/NewGroupConversation.vue'
import SearchBox from './SearchBox/SearchBox.vue'
-import ConversationsOptionsList from '../ConversationsOptionsList.vue'
-import Hint from '../Hint.vue'
import { CONVERSATION } from '../../constants.js'
import arrowNavigation from '../../mixins/arrowNavigation.js'