rename package folders
This commit is contained in:
13
packages/starter-kit/index.ts
Normal file
13
packages/starter-kit/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import Document from '@tiptap/extension-document'
|
||||
import History from '@tiptap/extension-history'
|
||||
import Paragraph from '@tiptap/extension-paragraph'
|
||||
import Text from '@tiptap/extension-text'
|
||||
|
||||
export default function extensions() {
|
||||
return [
|
||||
new Document(),
|
||||
new History(),
|
||||
new Paragraph(),
|
||||
new Text(),
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user