refactoring

This commit is contained in:
Philipp Kühn
2020-11-06 17:34:58 +01:00
parent 3c49928347
commit 2e62e94852
5 changed files with 6 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ Great, that should be enough to start. Here is the most essential code you need
```js
import { Editor } from '@tiptap/core'
import defaultExtensions from '@tiptap/starter-kit'
import { defaultExtensions } from '@tiptap/starter-kit'
new Editor({
element: document.getElementsByClassName('element'),