feat: quiz submission

This commit is contained in:
Jannat Patel
2024-01-01 23:26:53 +05:30
parent 7087fde686
commit 41c3522285
7 changed files with 334 additions and 65 deletions

View File

@@ -23,7 +23,6 @@ setConfig('resourceFetcher', frappeRequest)
app.use(FrappeUI)
app.use(pinia)
app.use(router)
app.use(resourcesPlugin)
app.use(translationPlugin)
app.use(pageMetaPlugin)
app.provide('$dayjs', dayjs)