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