storiesOf('Switch', module)
  .addWithInfo('Simple. No Props? No Problems.',
  'This is the switch with no props passed in', () => (
    <div className={styles.Page}>
      <Switch label="Simple" />