From f204cb0acefd16181a1c50712ef598dc4cb57208 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Fri, 11 Aug 2023 09:55:02 +0300 Subject: [PATCH] Update LandingPage.tsx --- src/components/LandingPage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/LandingPage.tsx b/src/components/LandingPage.tsx index c7183dc4..d6bc3dc6 100644 --- a/src/components/LandingPage.tsx +++ b/src/components/LandingPage.tsx @@ -1,8 +1,6 @@ import LayoutComponent from './LayoutComponent' import './LandingPage.css' import QuickStartBar from './QuickStartBar' -import DeviceStorageHealth from './DeviceStorageHealth' -import DeviceCPULoad from './DeviceCPULoad' function LandingPage() { return (