Remove getDeep that is no longer used

pull/4221/head
Deniz Kusefoglu 2018-08-15 12:46:23 -07:00
parent 3fdcc4e1e1
commit cd579a34a8
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
import React, {Component} from 'react'
import {connect} from 'react-redux'
import _ from 'lodash'
import {getDeep} from 'src/utils/wrappers'
// Components
import {ErrorHandling} from 'src/shared/decorators/errors'