import * as React from 'react' import { storiesOf } from '@storybook/react' import { withTheme } from 'utils' import Box from 'Box' import Link from '.' const stories = storiesOf('Link', module) stories.add('simple usage', withTheme(() => { return (