fix: import usePageMeta for QuizSubmission

This commit is contained in:
Jannat Patel
2025-04-08 11:13:46 +05:30
parent 5d1673bad8
commit 8346ec8525
2 changed files with 2 additions and 2 deletions

View File

@@ -79,8 +79,9 @@ import {
FormControl,
Button,
Badge,
usePageMeta,
} from 'frappe-ui'
import { computed, onBeforeUnmount, onMounted, inject, usePageMeta } from 'vue'
import { computed, onBeforeUnmount, onMounted, inject } from 'vue'
import { useRouter } from 'vue-router'
import { showToast } from '@/utils'
import { sessionStore } from '@/stores/session'