Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try to fix missing import
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Jul 11, 2023
commit 03ecc6768fa9e7451af3478aed74dc5c7c7e5fb4
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import NcModal from '@nextcloud/vue/dist/Components/NcModal.js'
import axios from '@nextcloud/axios'
import { generateUrl } from '@nextcloud/router'
import IntroVideo from './components/IntroVideo'
import IntroVideo from './components/IntroVideo.vue'

export default {
name: 'App',
Expand Down