import * as React from 'react'; import Section from './Section'; import notes from './Section.stories.md'; export const basic = () => (
); export default { title: 'Components|Section', component: Section, parameters: { notes, }, };