From 279b7bc7b76d7af1231d8b39034cc73338c6407d Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Thu, 10 Aug 2023 10:09:59 +0300 Subject: [PATCH] Use PascalCase --- src/components/{DeviceCPULoadBox.tsx => DeviceCPULoad.tsx} | 0 src/components/LayoutComponent/LandingPage.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/components/{DeviceCPULoadBox.tsx => DeviceCPULoad.tsx} (100%) diff --git a/src/components/DeviceCPULoadBox.tsx b/src/components/DeviceCPULoad.tsx similarity index 100% rename from src/components/DeviceCPULoadBox.tsx rename to src/components/DeviceCPULoad.tsx diff --git a/src/components/LayoutComponent/LandingPage.tsx b/src/components/LayoutComponent/LandingPage.tsx index 41d5f391..9cc62f19 100644 --- a/src/components/LayoutComponent/LandingPage.tsx +++ b/src/components/LayoutComponent/LandingPage.tsx @@ -1,7 +1,7 @@ import LayoutComponent from './LayoutComponent' import './LandingPage.css' import QuickStartBar from '../QuickStartBar/QuickStartBar' -import DeviceCPULoad from '../DeviceCpuLoadBox' +import DeviceCPULoad from '../DeviceCPULoad' function LandingPage() { return (