Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CommentBox.stories.js 285 B
import React from 'react'
// import { lorem } from 'faker'

import CommentBox from '../wax-prosemirror-components/src/components/comments/CommentBox'

export const Base = () => <CommentBox comment="fkljslfj" />

export default {
  component: CommentBox,
  title: 'Test/Comment Box',
}