Isolate icons into separate components

This commit is contained in:
John Furrow
2016-01-10 21:05:12 -08:00
parent 4c2c68c317
commit 0b752a9cb8
40 changed files with 628 additions and 148 deletions

View File

@@ -3,7 +3,6 @@ import React from 'react';
import AddTorrents from './AddTorrents';
import EventTypes from '../../constants/EventTypes';
import Icon from '../icons/Icon';
import UIActions from '../../actions/UIActions';
import UIStore from '../../stores/UIStore';