mirror of
https://github.com/docker/docs.git
synced 2026-04-12 22:36:10 +07:00
Removing unused file
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user