fix(xo-web): the name 'ip' is used by the module ip-regex (#2654)

This commit is contained in:
badrAZ 2018-02-19 10:05:10 +01:00 committed by Julien Fontanet
parent 44075d2ad5
commit 769c32a1b1
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { addSubscriptions, connectStore } from 'utils'
import { Container, Row, Col } from 'grid'
import { createGetObjectsOfType, createSelector } from 'selectors'
// eslint-disable-next-line node/no-extraneous-import
import { formatIps, getNextIpV4, parseIpPattern } from 'ip'
import { formatIps, getNextIpV4, parseIpPattern } from 'ip-utils'
import { injectIntl } from 'react-intl'
import { Input as DebounceInput } from 'debounce-input-decorator'
import { renderXoItemFromId } from 'render-xo-item'