diff --git a/src/components/LandingPage.tsx b/src/components/LandingPage.tsx index b27f7185..00563d14 100644 --- a/src/components/LandingPage.tsx +++ b/src/components/LandingPage.tsx @@ -1,10 +1,9 @@ import LayoutComponent from './LayoutComponent' import './LandingPage.css' -import QuickStartBar from '../QuickStartBar/QuickStartBar' -import DeviceCPULoad from '../DeviceCPULoad' -import NodesLogo from '../NodesLogo' -import DeviceStorageHealth from '../DeviceStorageHealth' - +import QuickStartBar from './QuickStartBar' +import DeviceStorageHealth from './DeviceStorageHealth' +import DeviceCPULoad from './DeviceCPULoad' + function LandingPage() { return ( <> @@ -98,8 +97,8 @@ function Content() { Discover Nodes - - + + ) }