remove container from list component

This commit is contained in:
Berkeley Martinez
2015-09-07 23:52:21 -07:00
parent 451c3acb2e
commit f26bb16855

View File

@ -1,12 +1,8 @@
import React, { PropTypes } from 'react';
import { contain } from 'thundercats-react';
import { PanelGroup, Thumbnail, Panel, Well } from 'react-bootstrap';
import moment from 'moment';
export default contain(
{
},
React.createClass({
export default React.createClass({
displayName: 'ListJobs',
propTypes: {
@ -78,5 +74,4 @@ export default contain(
</PanelGroup>
);
}
})
);
});