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:
authorJoas Schilling <coding@schilljs.com>2020-04-08 15:03:11 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-04 17:05:22 +0300
commit3c23c715063e18d26d0a7ebb3ef0d0547ab2c82f (patch)
tree4eaf1aad524e9eb3b07663a2384120850986244b /src/PublicShareSidebar.vue
parent7c11ce543fb84c9651daedcf294beafcca8e41fc (diff)
Fix import format
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/PublicShareSidebar.vue')
-rw-r--r--src/PublicShareSidebar.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/PublicShareSidebar.vue b/src/PublicShareSidebar.vue
index b46c078cb..1877da0fe 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -55,9 +55,7 @@ import {
joinConversation,
leaveConversationSync,
} from './services/participantsService'
-import {
- signalingKill,
-} from './utils/webrtc/index'
+import { signalingKill } from './utils/webrtc/index'
import browserCheck from './mixins/browserCheck'
export default {