import { Switcher, SwitcherItem } from '../js/shared/components/switcher' export const Base = () => { return ( ) } export const Disabled = () => { return ( ) } export default { title: 'Shared / Components / Switcher', component: Switcher, }