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