summaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/loop_viewer/svg/LoopSvg.js
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2020-02-05 14:09:02 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-05 14:09:02 +0000
commit899c22fccf12f50a877988c62e30d5e2c7fb7e3c (patch)
tree745646b0b9cfc306a006f89b9148c083940b644f /ui-react/src/components/loop_viewer/svg/LoopSvg.js
parent504422fe7b93714222ff53b9ee9914a26b74c091 (diff)
parent01e5fde3fa45638f3ad884ca76ad861d8781868a (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.js2
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';