Move getDeep up and add space between types and relative imports

pull/10616/head
Delmer Reed 2018-06-20 17:33:13 -04:00
parent 754b119525
commit b33455e799
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ import React, {PureComponent, MouseEvent} from 'react'
import classnames from 'classnames'
import _ from 'lodash'
import {getDeep} from 'src/utils/wrappers'
import BodyDelete from 'src/flux/components/BodyDelete'
import FuncArgs from 'src/flux/components/FuncArgs'
import FuncArgsPreview from 'src/flux/components/FuncArgsPreview'
@ -13,8 +14,8 @@ import {
Func,
} from 'src/types/flux'
import {ErrorHandling} from 'src/shared/decorators/errors'
import {Service} from 'src/types'
import {getDeep} from 'src/utils/wrappers'
interface Props {
func: Func