Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ppjet6 committed Nov 6, 2015
1 parent 8f1ce55 commit e7b3d47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/Component.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var React = require('react');
var ReactDOMServer = require('react-dom/server');
var path = require('path');

var Component = function Component(opts) {
this.opts = opts;
Expand Down
1 change: 0 additions & 1 deletion test/Component.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var path = require('path');
var assert = require('chai').assert;
var _ = require('lodash');
var Component = require('../lib/Component');

var Hello = path.join(__dirname, 'test_components', 'Hello.js');
Expand Down

0 comments on commit e7b3d47

Please sign in to comment.