Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng authored and davidmason committed Apr 27, 2017
1 parent 64b70b5 commit a3bcdaa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React, { Component, PropTypes } from 'react'
import { connect } from 'react-redux'
import { Icon, Modal } from '../../components'
import { clearMessage } from '../../actions/common'
import { isEmpty } from 'lodash'
import { Button, ButtonGroup, Row } from 'react-bootstrap'

Expand Down

0 comments on commit a3bcdaa

Please sign in to comment.