aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/OnapClamp.js
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-07-12 12:25:56 +0200
committersebdet <sebastien.determe@intl.att.com>2019-07-12 12:25:56 +0200
commite44fdb1905fae612b12b56886af8f387e516e485 (patch)
treea59eb65fe06c08f92dfdda3961784580228b7c29 /ui-react/src/OnapClamp.js
parent4946e5b7d80fa1a7baa1c6042100fa1dee24ee31 (diff)
Rework the structure
Rework of the project structure and static loop cache added for the entire site Issue-ID: CLAMP-418 Change-Id: Ia2cf62431cd9139c91bf74bb639b502a368ce761 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'ui-react/src/OnapClamp.js')
-rw-r--r--ui-react/src/OnapClamp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-react/src/OnapClamp.js b/ui-react/src/OnapClamp.js
index bdcea6290..a8cc2154a 100644
--- a/ui-react/src/OnapClamp.js
+++ b/ui-react/src/OnapClamp.js
@@ -22,7 +22,7 @@
*/
import React from 'react';
-import LoopUI from './components/app/LoopUI'
+import LoopUI from './LoopUI'
import { ThemeProvider } from 'styled-components';
import { DefaultClampTheme } from './theme/globalStyle.js';