chore: remove unused code

pull/5704/head
Pavel Zavora 2021-03-16 12:49:10 +01:00
parent ff99b95ac5
commit c0d44582df
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import React, {PureComponent, MouseEvent} from 'react'
import classnames from 'classnames'
import _ from 'lodash'
import FunctionSelector from 'src/shared/components/FunctionSelector'
import {ErrorHandling} from 'src/shared/decorators/errors'