diff --git a/ui/src/sources/components/KapacitorStep.tsx b/ui/src/sources/components/KapacitorStep.tsx index fdb41442e..6f3a72381 100644 --- a/ui/src/sources/components/KapacitorStep.tsx +++ b/ui/src/sources/components/KapacitorStep.tsx @@ -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'