import { ComponentStory, ComponentMeta } from '@storybook/react'; import { Flex } from '../../../general'; import { SectionDivider } from './SectionDivider'; export default { component: SectionDivider, } as ComponentMeta; export const Default: ComponentStory = () => ( );