18F/e-QIP-prototype

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

Summary

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

import Height from './Height'

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