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/PublicShareAuthSidebar.vue')
-rw-r--r--src/PublicShareAuthSidebar.vue16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/PublicShareAuthSidebar.vue b/src/PublicShareAuthSidebar.vue
index 2d16a4b28..470b7d579 100644
--- a/src/PublicShareAuthSidebar.vue
+++ b/src/PublicShareAuthSidebar.vue
@@ -40,16 +40,16 @@
<script>
import { getCurrentUser } from '@nextcloud/auth'
import { loadState } from '@nextcloud/initial-state'
-import CallView from './components/CallView/CallView'
-import ChatView from './components/ChatView'
-import TopBar from './components/TopBar/TopBar'
-import { EventBus } from './services/EventBus'
+import CallView from './components/CallView/CallView.vue'
+import ChatView from './components/ChatView.vue'
+import TopBar from './components/TopBar/TopBar.vue'
+import { EventBus } from './services/EventBus.js'
import {
leaveConversationSync,
-} from './services/participantsService'
-import { signalingKill } from './utils/webrtc/index'
-import sessionIssueHandler from './mixins/sessionIssueHandler'
-import talkHashCheck from './mixins/talkHashCheck'
+} from './services/participantsService.js'
+import { signalingKill } from './utils/webrtc/index.js'
+import sessionIssueHandler from './mixins/sessionIssueHandler.js'
+import talkHashCheck from './mixins/talkHashCheck.js'
export default {