Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Aug 14, 2024
1 parent d3bd37e commit de8c3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/Feature.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import AddVariationButton from './mv/AddVariationButton'
import ErrorMessage from './ErrorMessage'
import Tooltip from './Tooltip'
import Icon from './Icon'
import Select from 'react-select'
import InputGroup from './base/forms/InputGroup'
import WarningMessage from './WarningMessage'

function isNegativeNumberString(str) {
if (typeof Utils.getTypedValue(str) !== 'number') {
return false
Expand Down

0 comments on commit de8c3c8

Please sign in to comment.