UNPKG

179 BJavaScriptView Raw
1import React from 'react'
2import { storiesOf } from '@storybook/react'
3import Export from './ExportDemo.js'
4
5storiesOf('Common Components', module).add('Export', _ => <Export />)
6
\No newline at end of file