18F/e-QIP-prototype

View on GitHub
src/components/Form/Consent/Constent.stories.jsx

Summary

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

import { Consent } from './Consent'

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