fix(xo-web/vm/network): bad import after file name change (#2892)

Fixes #2891

Introduced by 769c32a1b1
This commit is contained in:
Pierre Donias 2018-04-23 14:08:56 +02:00 committed by Julien Fontanet
parent 96848fc6d4
commit f7f26537be

View File

@ -9,8 +9,7 @@ import SortedTable from 'sorted-table'
import StateButton from 'state-button'
import TabButton from 'tab-button'
import Tooltip from 'tooltip'
// eslint-disable-next-line node/no-extraneous-import
import { isIp, isIpV4 } from 'ip'
import { isIp, isIpV4 } from 'ip-utils'
import { Container, Row, Col } from 'grid'
import { injectIntl } from 'react-intl'
import { XoSelect, Text } from 'editable'