import React from 'react'
import { storiesOf } from '@storybook/react'
import Notification from 'components/UI/Notification'
storiesOf('Components.Notification', module)
.add('Success', () => Success message)
.add('Warning', () => Warning message)
.add('Error', () => Error message)
.add('Processing', () => Processing message)