import React from 'react'; import EditGasDisplay from '.'; export default { title: 'Edit Gas Display', }; export const basic = () => { return (
); }; export const withEducation = () => { return (
); }; export const withDappSuggestedGas = () => { return (
); };