import React from 'react'; import { action } from 'storybook/actions'; import { getWrapperDecorator } from '../../stories'; import { ModuleInfo } from '.'; export default { title: 'Components/ModuleInfo', component: ModuleInfo, decorators: [getWrapperDecorator()], }; export const Default = () => ( ); export const Duplicates = () => ( );