fix(core): update

This commit is contained in:
2021-10-04 13:36:51 +02:00
parent 8732b27445
commit d29d5dd07a
5 changed files with 7 additions and 31 deletions

View File

@ -1,12 +1,8 @@
// third party remark
import remark from 'remark';
import remarkHtml from 'remark-html';
export {
remark,
remarkHtml
}
export { remark, remarkHtml };
// other third party stuff
import turndown from 'turndown';