wix-style-react
Version:
18 lines (16 loc) • 433 B
JavaScript
import PageSection from '..';
import { CATEGORY } from '../../../stories/storiesHierarchy';
import * as examples from './PageSection.examples';
import content from './PageSection.content';
import demo from './PageSection.demo';
export default {
category: `${CATEGORY.LAYOUT}/Page`,
storyName: 'PageSection',
component: PageSection,
componentPath: '../PageSection.js',
story: {
content,
examples,
demo,
},
};