UNPKG

@hocgin/gin-comment

Version:
7 lines 212 B
import Comment from './components/Comment'; import Editor from './components/Editor'; import Group from './components/Group'; var index = Comment; index.Group = Group; index.Editor = Editor; export default index;