Skip to content
Snippets Groups Projects
Commit 8090850e authored by tamaina's avatar tamaina
Browse files

import sanitizeHtml from 'sanitize-html';

parent 2d89741a
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ import { defaultStore } from '@/store';
import { emojilist } from '@/scripts/emojilist';
import { instance } from '@/instance';
import { i18n } from '@/i18n';
import * as sanitizeHtml from 'sanitize-html';
import sanitizeHtml from 'sanitize-html';
type EmojiDef = {
emoji: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment