18F/e-QIP-prototype

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

Summary

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

import County from './County'

storiesOf('County', module)
  .add('default', () => (
    <County
      label="County"
    />
  ))