Skip to content

Commit

Permalink
fix: correct path for assignment plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed Jan 2, 2025
1 parent 3f32d5b commit eeb7fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/index.js
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit eeb7fb1

Please sign in to comment.