Skip to content

Commit

Permalink
Merge pull request #9 from EricHasegawa/patch-1
Browse files Browse the repository at this point in the history
Refactor imports
  • Loading branch information
sereneinserenade authored Nov 28, 2023
2 parents 3fc772f + 1980661 commit 13c16f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions demos/react/src/components/Tiptap.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { useEffect, useRef, useState } from 'react'
import { BubbleMenu, EditorContent, JSONContent, useEditor } from '@tiptap/react'
import StarterKit from '@tiptap/starter-kit'

import { Comment } from '@sereneinserenade/tiptap-comment-extension'
// import { Comment } from '../../../../src/comment'
import { v4 } from 'uuid'

import { CommentIcon } from './CommentIcon'

import { useEffect, useRef, useState } from 'react'
import './Tiptap.scss'

const content: JSONContent = {
Expand Down

0 comments on commit 13c16f7

Please sign in to comment.