mirror of https://github.com/docker/docs.git
Removing unused file
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
parent
8770b6013e
commit
0875ecd4b3
|
@ -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;
|
Loading…
Reference in New Issue