storiesOf('Header', module)
  .add('default', () => (
    <Header {...{ route: 'highlighting', loading: false }} />
  ))
  .add('loading', () => (