rename replaceCustomEmoji.js to customEmoji.js

This commit is contained in:
brecert 2019-07-26 19:45:13 -04:00
parent 4393095af4
commit 84fc7b4f84
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import twemoji from 'twemoji'
import emojiParser from '@/utils/emojiParser'; import emojiParser from '@/utils/emojiParser';
import config from "@/config.js"; import config from "@/config.js";
import customEmoji from './markdown-it-plugins/replaceCustomEmoji' import customEmoji from './markdown-it-plugins/customEmoji'
import hljs from 'highlight.js' import hljs from 'highlight.js'