aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/networkMapApp/src/App.tsx
diff options
context:
space:
mode:
authorAijana Schumann <aijana.schumann@highstreet-technologies.com>2021-05-07 13:56:52 +0200
committerAijana Schumann <aijana.schumann@highstreet-technologies.com>2021-05-07 13:56:52 +0200
commit2c1f3727a703634cf62c63cfc4a3d4bb30fe2d9c (patch)
treec8f9f47f11f7ff239ee9d71bcccc9236316f1729 /sdnr/wt/odlux/apps/networkMapApp/src/App.tsx
parent3cb21ac46f62e5c03afef0584af8472a3bb6b13b (diff)
Add customization of networkmap
Add customization capabilities to the networkmap Issue-ID: CCSDK-2938 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ibd3fe258d02939ea69b21de25569f20d9087f693
Diffstat (limited to 'sdnr/wt/odlux/apps/networkMapApp/src/App.tsx')
-rw-r--r--sdnr/wt/odlux/apps/networkMapApp/src/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/apps/networkMapApp/src/App.tsx b/sdnr/wt/odlux/apps/networkMapApp/src/App.tsx
index 6caab5147..5840d1842 100644
--- a/sdnr/wt/odlux/apps/networkMapApp/src/App.tsx
+++ b/sdnr/wt/odlux/apps/networkMapApp/src/App.tsx
@@ -17,7 +17,7 @@
*/
import * as React from 'react';
-import Map from './components/map'
+import Map from './components/map/map'
import Details from './components/details/details'
function MainView() {