Remove imports

This commit is contained in:
Hristo Nedelkov 2023-08-11 14:20:11 +03:00
parent caf4469556
commit eed7a6d447
1 changed files with 0 additions and 2 deletions

View File

@ -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
</button>
</article>
<DeviceMemory currentMemory={[12,32,21,2,3,64]} maxMemory={64}/>
</div>
)
}