import React from 'react' import { action } from '@storybook/addon-actions' import SlippageButtons from '.' export default { title: 'SlippageButtons', } export const Default = () => (
)