chore: only import common languages (#671)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/671 Reviewed-by: konrad <konrad@kola-entertainments.de> Co-authored-by: dpschen <dpschen@noreply.kolaente.de> Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
0947ae9ce9
commit
ecb3924b09
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ import VueEasymde from 'vue-easymde'
|
|||
import EasyMDE from 'easymde'
|
||||
import marked from 'marked'
|
||||
import DOMPurify from 'dompurify'
|
||||
import hljs from 'highlight.js'
|
||||
import hljs from 'highlight.js/lib/common'
|
||||
|
||||
import AttachmentModel from '../../models/attachment'
|
||||
import AttachmentService from '../../services/attachment'
|
||||
|
|
Loading…
Reference in a new issue