import * as React from 'react'
import { ProviderType } from '@dcl/schemas/dist/dapps/provider-type'
import { storiesOf } from '@storybook/react'
import centered from '@storybook/addon-centered/react'
import { Loader } from './Loader'
import Grid from 'semantic-ui-react/dist/commonjs/collections/Grid'
storiesOf('Loader', module)
.addDecorator(centered)
.add('Main Loader', () => )
.add('Tiny Loader', () => )
.add('With Provider', () => (
))