Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created April 14, 2020 15:00
Show Gist options
  • Save jsmanifest/ab5dd1b028bc18695ee25faa5ce28da0 to your computer and use it in GitHub Desktop.
Save jsmanifest/ab5dd1b028bc18695ee25faa5ce28da0 to your computer and use it in GitHub Desktop.
function App() {
return (
<div className="root">
<div className="listContainer">
<List
groupName="customerSupport"
members={['Lousie Yu', 'Morgan Kelly']}
/>
</div>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment