From 62e3a37c65dba4eac6ee70040608acbd7b8b4581 Mon Sep 17 00:00:00 2001 From: Vyacheslav Matyukhin Date: Sun, 10 Apr 2022 17:34:11 +0300 Subject: [PATCH] fix: capitalize component files --- src/web/display/{buttonsForStars.tsx => ButtonsForStars.tsx} | 0 src/web/display/{dashboardCreator.tsx => DashboardCreator.tsx} | 0 src/web/display/{displayForecasts.tsx => DisplayForecasts.tsx} | 0 ...OneForecastForCapture.tsx => DisplayOneForecastForCapture.tsx} | 0 src/web/display/{layout.tsx => Layout.tsx} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/web/display/{buttonsForStars.tsx => ButtonsForStars.tsx} (100%) rename src/web/display/{dashboardCreator.tsx => DashboardCreator.tsx} (100%) rename src/web/display/{displayForecasts.tsx => DisplayForecasts.tsx} (100%) rename src/web/display/{displayOneForecastForCapture.tsx => DisplayOneForecastForCapture.tsx} (100%) rename src/web/display/{layout.tsx => Layout.tsx} (100%) diff --git a/src/web/display/buttonsForStars.tsx b/src/web/display/ButtonsForStars.tsx similarity index 100% rename from src/web/display/buttonsForStars.tsx rename to src/web/display/ButtonsForStars.tsx diff --git a/src/web/display/dashboardCreator.tsx b/src/web/display/DashboardCreator.tsx similarity index 100% rename from src/web/display/dashboardCreator.tsx rename to src/web/display/DashboardCreator.tsx diff --git a/src/web/display/displayForecasts.tsx b/src/web/display/DisplayForecasts.tsx similarity index 100% rename from src/web/display/displayForecasts.tsx rename to src/web/display/DisplayForecasts.tsx diff --git a/src/web/display/displayOneForecastForCapture.tsx b/src/web/display/DisplayOneForecastForCapture.tsx similarity index 100% rename from src/web/display/displayOneForecastForCapture.tsx rename to src/web/display/DisplayOneForecastForCapture.tsx diff --git a/src/web/display/layout.tsx b/src/web/display/Layout.tsx similarity index 100% rename from src/web/display/layout.tsx rename to src/web/display/Layout.tsx