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