UNPKG

wix-style-react

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