fix(xo-web/vm/network): bad import after file name change (#2892)
Fixes #2891
Introduced by 769c32a1b1
This commit is contained in:
parent
96848fc6d4
commit
f7f26537be
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user