import React from 'react'; import { withInfo } from "@storybook/addon-info"; import CommentDemo from '@/components/comment/demo'; export default { title: 'Comment', decorators: [ withInfo, ] }; export const comment = () => { return (
) }