import React from 'react' import { storiesOf } from '@storybook/react' import { Panel } from 'components/UI' storiesOf('Components.Panel', module).add('Panel', () => ( Header here Body here Footer here ))