Create entries list section

This commit is contained in:
Joey Payne 2016-02-26 17:53:40 -07:00
commit b497ec46f2
5 changed files with 26 additions and 14 deletions

View file

@ -56,7 +56,7 @@ export default class EntrySelector extends React.Component {
render(){
return (
<div id={this.props.id} className={this.props.className}></div>
)