From eed7a6d447eeedbc3795be75231768a4d6541c14 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Fri, 11 Aug 2023 14:20:11 +0300 Subject: [PATCH] Remove imports --- src/components/LandingPage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/LandingPage.tsx b/src/components/LandingPage.tsx index dd750b00..d6bc3dc6 100644 --- a/src/components/LandingPage.tsx +++ b/src/components/LandingPage.tsx @@ -1,7 +1,6 @@ import LayoutComponent from './LayoutComponent' import './LandingPage.css' import QuickStartBar from './QuickStartBar' -import DeviceMemory from './DeviceMemoryHealth' function LandingPage() { return ( @@ -96,7 +95,6 @@ function Content() { Discover Nodes - ) }