Repository URL to install this package:
|
Version:
0.14.1 ▾
|
import React from 'react'
import { storiesOf } from '@storybook/react'
import { PaymentInformationForm } from 'presets/Subscription'
storiesOf('presets/Subscription', module)
.add('PaymentInformationForm', () => <PaymentInformationForm />
)