Removing unused file

Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Jeffrey Morgan 2015-04-15 17:44:36 -04:00
parent 8770b6013e
commit 0875ecd4b3
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
var React = require('react/addons');
var PullContainer = React.createClass({
componentDidMount: function () {
},
render: function () {
console.log(this.props.pending);
return (
<div className="details">
test
</div>
);
}
});
module.exports = PullContainer;