summaryrefslogtreecommitdiffstats
path: root/src/components/CallView/Grid/Grid.vue
diff options
context:
space:
mode:
authormarco <marcoambrosini@pm.me>2022-05-18 09:45:54 +0200
committermarco <marcoambrosini@pm.me>2022-05-18 09:45:54 +0200
commite79560a90bf296a8fe18791105a47321dabc883e (patch)
tree5c8485a94c798f59b564e766307a7cb4d3d600d5 /src/components/CallView/Grid/Grid.vue
parent3bdf2e262cdd56b7463539bae55b19c22507efb7 (diff)
Eslint warning fixes till messagesList folder included
Signed-off-by: marco <marcoambrosini@pm.me>
Diffstat (limited to 'src/components/CallView/Grid/Grid.vue')
-rw-r--r--src/components/CallView/Grid/Grid.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/CallView/Grid/Grid.vue b/src/components/CallView/Grid/Grid.vue
index 63496c808..41e24cbed 100644
--- a/src/components/CallView/Grid/Grid.vue
+++ b/src/components/CallView/Grid/Grid.vue
@@ -154,12 +154,12 @@
<script>
import debounce from 'debounce'
-import Video from '../shared/Video'
-import LocalVideo from '../shared/LocalVideo'
+import Video from '../shared/Video.vue'
+import LocalVideo from '../shared/LocalVideo.vue'
import { subscribe, unsubscribe } from '@nextcloud/event-bus'
import { generateFilePath } from '@nextcloud/router'
-import EmptyCallView from '../shared/EmptyCallView'
-import VideoBottomBar from '../shared/VideoBottomBar'
+import EmptyCallView from '../shared/EmptyCallView.vue'
+import VideoBottomBar from '../shared/VideoBottomBar.vue'
import Tooltip from '@nextcloud/vue/dist/Directives/Tooltip'
import ChevronRight from 'vue-material-design-icons/ChevronRight'
import ChevronLeft from 'vue-material-design-icons/ChevronLeft'