diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-02-05 14:09:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-05 14:09:02 +0000 |
commit | 899c22fccf12f50a877988c62e30d5e2c7fb7e3c (patch) | |
tree | 745646b0b9cfc306a006f89b9148c083940b644f /ui-react/src/components/loop_viewer/svg/LoopSvg.js | |
parent | 504422fe7b93714222ff53b9ee9914a26b74c091 (diff) | |
parent | 01e5fde3fa45638f3ad884ca76ad861d8781868a (diff) |
Merge "Changes for populating ReactJS component library"
Diffstat (limited to 'ui-react/src/components/loop_viewer/svg/LoopSvg.js')
-rw-r--r-- | ui-react/src/components/loop_viewer/svg/LoopSvg.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-react/src/components/loop_viewer/svg/LoopSvg.js b/ui-react/src/components/loop_viewer/svg/LoopSvg.js index 06cfd238f..4bbf608df 100644 --- a/ui-react/src/components/loop_viewer/svg/LoopSvg.js +++ b/ui-react/src/components/loop_viewer/svg/LoopSvg.js @@ -23,7 +23,7 @@ import React from 'react'; import styled from 'styled-components'; import LoopCache from '../../../api/LoopCache'; -import { withRouter } from "react-router"; +import { withRouter } from "react-router-dom"; import LoopService from '../../../api/LoopService'; import LoopComponentConverter from './LoopComponentConverter'; |