diff options
Diffstat (limited to 'openecomp-ui/src/nfvo-components/table/SelectActionTable.jsx')
-rw-r--r-- | openecomp-ui/src/nfvo-components/table/SelectActionTable.jsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openecomp-ui/src/nfvo-components/table/SelectActionTable.jsx b/openecomp-ui/src/nfvo-components/table/SelectActionTable.jsx index ee8a9dca45..1baf0484d2 100644 --- a/openecomp-ui/src/nfvo-components/table/SelectActionTable.jsx +++ b/openecomp-ui/src/nfvo-components/table/SelectActionTable.jsx @@ -1,7 +1,6 @@ import React from 'react'; import i18n from 'nfvo-utils/i18n/i18n.js'; -import SVGIcon from 'sdc-ui/lib/react/SVGIcon.js'; -import Button from 'sdc-ui/lib/react/Button.js'; +import { SVGIcon, Button } from 'onap-ui-react'; import uuid from 'uuid-js'; export default class SelectActionTable extends React.Component { |