Skip to content

Commit

Permalink
fix(ZNTA-2313) remove unused import statement from RejectionsForm
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Jan 23, 2018
1 parent 20ba390 commit fe3e26d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -4,7 +4,6 @@ import * as PropTypes from 'prop-types'
import { Form, FormGroup, ControlLabel, Button, OverlayTrigger, Tooltip }
from 'react-bootstrap'
import { Icon, TextInput, SelectableDropdown } from '../../components'
import Toggle from 'react-toggle'
import { isEmpty } from 'lodash'

/**
Expand Down

0 comments on commit fe3e26d

Please sign in to comment.