import * as React from 'react' import { storiesOf } from '@storybook/react' import centered from '@storybook/addon-centered/react' import { Address } from '../Address/Address' import { Mana } from '../Mana/Mana' import { Blockie } from './Blockie' const address = '0x0F5D2fB29fb7d3CFeE444a200298f468908cC942' storiesOf('Blockie', module) .addDecorator(centered) .add('Single', () => ) .add('Scales', () => ( <> )) .add('In a paragraph', () => (

You've transfered 1,000 to{' '}

.

))