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