import React from 'react'; import EditGasDisplay from '.'; export default { title: 'Components/App/EditGasDisplay', id: __filename, }; export const DefaultStory = () => { return (
); }; DefaultStory.storyName = 'Default'; export const WithEducation = () => { return (
); }; export const WithDappSuggestedGas = () => { return (
); };