1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

upgraded marked to the latest version

This commit is contained in:
Fedor Katurov 2022-01-28 11:16:27 +07:00
parent 5c9fdf93db
commit e8f1bec1fb
3 changed files with 12 additions and 20 deletions

View file

@ -1,4 +1,4 @@
import marked from 'marked';
import { marked } from 'marked';
import { EventMessageType } from '~/constants/events';
import { stripHTMLTags } from '~/utils/stripHTMLTags';