UNPKG

wix-style-react

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