From eeb7fb1f78f5b76b2063c41f51d9147fdcf288c0 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 2 Jan 2025 15:32:43 +0530 Subject: [PATCH] fix: correct path for assignment plugin --- frontend/src/utils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/index.js b/frontend/src/utils/index.js index df10a793f..7e99aee1a 100644 --- a/frontend/src/utils/index.js +++ b/frontend/src/utils/index.js @@ -1,7 +1,7 @@ import { toast } from 'frappe-ui' import { useTimeAgo } from '@vueuse/core' import { Quiz } from '@/utils/quiz' -import { Assignment } from '@/utils/Assignment' +import { Assignment } from '@/utils/assignment' import { Upload } from '@/utils/upload' import { Markdown } from '@/utils/markdownParser' import Header from '@editorjs/header'