import React from 'react' import { action } from '@storybook/addon-actions' import { Button } from 'features/Button' export default { component: Button, title: 'Button', } export const Text = () => Hello Button export const Emoji = () => ( 😀 😎 👍 💯 )