UNPKG

wix-style-react

Version:
16 lines (14 loc) 402 B
import { CATEGORY } from '../../../stories/storiesHierarchy'; import ModalMobileLayout from '..'; import * as examples from './ModalMobileLayout.examples'; import content from './ModalMobileLayout.content'; export default { category: `${CATEGORY.OVERLAYS}/Modal`, storyName: 'ModalMobileLayout', component: ModalMobileLayout, componentPath: '..', story: { content, examples, }, };