18F/e-QIP-prototype

View on GitHub
src/components/Form/Comments/Comments.stories.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react'
import { storiesOf } from '@storybook/react'

import Comments from './Comments'

storiesOf('Comments', module)
  .add('default', () => (
    <Comments />
  ))