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/RightSidebar/Participants/ParticipantsTab.vue')
-rw-r--r--src/components/RightSidebar/Participants/ParticipantsTab.vue16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/components/RightSidebar/Participants/ParticipantsTab.vue b/src/components/RightSidebar/Participants/ParticipantsTab.vue
index b1ea7be20..bdec6e8d2 100644
--- a/src/components/RightSidebar/Participants/ParticipantsTab.vue
+++ b/src/components/RightSidebar/Participants/ParticipantsTab.vue
@@ -40,18 +40,18 @@
</template>
<script>
-import CurrentParticipants from './CurrentParticipants/CurrentParticipants'
-import SearchBox from '../../LeftSidebar/SearchBox/SearchBox'
+import CurrentParticipants from './CurrentParticipants/CurrentParticipants.vue'
+import SearchBox from '../../LeftSidebar/SearchBox/SearchBox.vue'
import debounce from 'debounce'
-import { EventBus } from '../../../services/EventBus'
-import { searchPossibleConversations } from '../../../services/conversationsService'
-import { addParticipant } from '../../../services/participantsService'
+import { EventBus } from '../../../services/EventBus.js'
+import { searchPossibleConversations } from '../../../services/conversationsService.js'
+import { addParticipant } from '../../../services/participantsService.js'
import { loadState } from '@nextcloud/initial-state'
-import CancelableRequest from '../../../utils/cancelableRequest'
+import CancelableRequest from '../../../utils/cancelableRequest.js'
import { showError } from '@nextcloud/dialogs'
import AppNavigationCaption from '@nextcloud/vue/dist/Components/AppNavigationCaption'
-import ParticipantsSearchResults from './ParticipantsSearchResults/ParticipantsSearchResults'
-import getParticipants from '../../../mixins/getParticipants'
+import ParticipantsSearchResults from './ParticipantsSearchResults/ParticipantsSearchResults.vue'
+import getParticipants from '../../../mixins/getParticipants.js'
export default {
name: 'ParticipantsTab',