import * as React from 'react' import { withTheme } from 'utils' import { storiesOf } from '@storybook/react' import Image from '.' import Box from 'Box' const url = 'https://react.semantic-ui.com/assets/images/wireframe/image.png' storiesOf('Image', module) .add('with different sizes', withTheme(() => { return (
) }))