summaryrefslogtreecommitdiffstats
path: root/src/components/CallView/Grid/Grid.vue
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-15 16:04:36 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-15 16:04:36 +0200
commit266007a7f15472d0fc6167d0d88105370ae051d0 (patch)
tree284787d8752de75bf73ba1fc5d83dd2d60a27858 /src/components/CallView/Grid/Grid.vue
parente6a0105a772d797d0797b19b7382888c5f145a6b (diff)
Fix imports
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components/CallView/Grid/Grid.vue')
-rw-r--r--src/components/CallView/Grid/Grid.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/CallView/Grid/Grid.vue b/src/components/CallView/Grid/Grid.vue
index 6b70f02bd..aeccf78ff 100644
--- a/src/components/CallView/Grid/Grid.vue
+++ b/src/components/CallView/Grid/Grid.vue
@@ -152,11 +152,11 @@ import { subscribe, unsubscribe } from '@nextcloud/event-bus'
import { generateFilePath } from '@nextcloud/router'
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'
-import ChevronUp from 'vue-material-design-icons/ChevronUp'
-import ChevronDown from 'vue-material-design-icons/ChevronDown'
+import Tooltip from '@nextcloud/vue/dist/Directives/Tooltip.js'
+import ChevronRight from 'vue-material-design-icons/ChevronRight.vue'
+import ChevronLeft from 'vue-material-design-icons/ChevronLeft.vue'
+import ChevronUp from 'vue-material-design-icons/ChevronUp.vue'
+import ChevronDown from 'vue-material-design-icons/ChevronDown.vue'
export default {
name: 'Grid',