Merge branch 'main' of github.com:ueberdosis/tiptap-next into main

This commit is contained in:
Hans Pagel
2020-10-01 21:30:11 +02:00
6 changed files with 34 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div></div>
<div />
</template>
<script>

View File

@@ -1,4 +1,4 @@
import {
import React, {
useState, useRef, useEffect, createContext, useContext,
} from 'react'
import { Editor as Tiptap } from '@tiptap/core'

View File

@@ -1,4 +1,4 @@
import { useState } from 'react'
import React, { useState } from 'react'
import extensions from '@tiptap/starter-kit'
import { useEditor, Editor } from './components/Editor'