import React from 'react'; import CommentDemo from '@/components/comment/demo'; export default { title: 'Comment', }; export const comment = () => { return (
) }