remove log

This commit is contained in:
Philipp Kühn
2021-06-03 09:59:03 +02:00
parent 4d83e56ff5
commit c949fb6c7f
2 changed files with 1 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ import Text from '@tiptap/extension-text'
import CodeBlockLowlight from '@tiptap/extension-code-block-lowlight'
// load all highlight.js languages
import { lowlight } from 'lowlight/lib/all'
import { lowlight } from 'lowlight'
// load specific languages only
// import { lowlight } from 'lowlight/lib/core'