chore: removed unused imports

This commit is contained in:
Jannat Patel
2024-11-29 16:07:48 +05:30
parent d688d5cdd9
commit c3af65e535
4 changed files with 0 additions and 5 deletions

View File

@@ -31,8 +31,6 @@ const props = defineProps({
},
})
console.log(props.title)
const file = computed(() => {
if (props.type == 'youtube') return '/assets/lms/frontend/Youtube.mp4'
if (props.type == 'quiz') return '/assets/lms/frontend/Quiz.mp4'