import React from 'react';
import List, { SectionHeader } from 'terra-list';

const ListSectionHeaderExample = () => (
  <List>
    <SectionHeader title="Default SectionHeader" key="default" />
  </List>
);

export default ListSectionHeaderExample;
