UNPKG

wix-style-react

Version:
18 lines (16 loc) 517 B
import { CATEGORY } from '../../../stories/storiesHierarchy'; import MarketingPageLayoutContent from '..'; import * as examples from './MarketingPageLayoutContent.examples'; import content from './MarketingPageLayoutContent.content'; import demo from './MarketingPageLayoutContent.demo'; export default { category: `${CATEGORY.LAYOUT}/MarketingPage`, storyName: 'MarketingPageLayoutContent', component: MarketingPageLayoutContent, componentPath: '..', story: { demo, content, examples, }, };