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