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