Clean up comment

This commit is contained in:
Austin Chen 2022-08-11 19:55:07 -07:00
parent de3de6bab5
commit 4b8a1a2b3c

View File

@ -4,8 +4,8 @@ export interface TweetOptions {
tweetId: string
}
// This export excludes addNodeView, since that require tsx,
// which common/ does not support transpilation of.
// This is a version of the Tiptap Node config without addNodeView,
// since that would require bundling in tsx
export const TiptapTweetNode = {
name: 'tiptapTweet',
group: 'block',