import React from 'react' import { storiesOf } from '@storybook/react' storiesOf('Navigation', module) .add('UnderlineNav', () => ( )) .add('UnderlineNav--right', () => ( )) .add('UnderlineNav with Counter', () => ( )) .add('UnderlineNav with octicon', () => ( )) .add('UnderlineNav with container', () => ( )) .add('UnderlineNav with action', () => (
))