UNPKG

wix-style-react

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