Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Commit

Permalink
removed unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Boldea committed Mar 9, 2017
1 parent a459d36 commit da166b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/license-dropdown/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import React, { Component, PropTypes } from 'react';
import Delegate from 'ftdomdelegate';
import viewport from 'o-viewport';
import oDom from 'o-dom';
import { toggleDropdown, updateDropdownStyle } from "../../actions/license-dropdown";
import { toggleDropdown } from "../../actions/license-dropdown";
import { changeLicense } from "../../actions/license-change";
let componentEventsBound = false;

Expand Down

0 comments on commit da166b6

Please sign in to comment.