From 223972a153cf3a089d7b6f155be58ec0b03f9a0c Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Tue, 8 Aug 2023 20:32:35 +1000 Subject: [PATCH] Rename .js files to .jsx since they're actually JSX This makes `yarn backstage-cli repo build` happier Signed-off-by: Matt Ray --- .../components/AllocationChart/{RangeChart.js => RangeChart.jsx} | 0 .../AllocationChart/{SummaryChart.js => SummaryChart.jsx} | 0 .../src/components/AllocationChart/{index.js => index.jsx} | 0 .../src/components/{AllocationReport.js => AllocationReport.jsx} | 0 .../src/components/Controls/{Download.js => Download.jsx} | 0 plugins/opencost/src/components/Controls/{Edit.js => Edit.jsx} | 0 plugins/opencost/src/components/Controls/{index.js => index.jsx} | 0 plugins/opencost/src/components/{Page.js => Page.jsx} | 0 .../opencost/src/components/{SelectWindow.js => SelectWindow.jsx} | 0 plugins/opencost/src/components/{Subtitle.js => Subtitle.jsx} | 0 plugins/opencost/src/components/{Warnings.js => Warnings.jsx} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename plugins/opencost/src/components/AllocationChart/{RangeChart.js => RangeChart.jsx} (100%) rename plugins/opencost/src/components/AllocationChart/{SummaryChart.js => SummaryChart.jsx} (100%) rename plugins/opencost/src/components/AllocationChart/{index.js => index.jsx} (100%) rename plugins/opencost/src/components/{AllocationReport.js => AllocationReport.jsx} (100%) rename plugins/opencost/src/components/Controls/{Download.js => Download.jsx} (100%) rename plugins/opencost/src/components/Controls/{Edit.js => Edit.jsx} (100%) rename plugins/opencost/src/components/Controls/{index.js => index.jsx} (100%) rename plugins/opencost/src/components/{Page.js => Page.jsx} (100%) rename plugins/opencost/src/components/{SelectWindow.js => SelectWindow.jsx} (100%) rename plugins/opencost/src/components/{Subtitle.js => Subtitle.jsx} (100%) rename plugins/opencost/src/components/{Warnings.js => Warnings.jsx} (100%) diff --git a/plugins/opencost/src/components/AllocationChart/RangeChart.js b/plugins/opencost/src/components/AllocationChart/RangeChart.jsx similarity index 100% rename from plugins/opencost/src/components/AllocationChart/RangeChart.js rename to plugins/opencost/src/components/AllocationChart/RangeChart.jsx diff --git a/plugins/opencost/src/components/AllocationChart/SummaryChart.js b/plugins/opencost/src/components/AllocationChart/SummaryChart.jsx similarity index 100% rename from plugins/opencost/src/components/AllocationChart/SummaryChart.js rename to plugins/opencost/src/components/AllocationChart/SummaryChart.jsx diff --git a/plugins/opencost/src/components/AllocationChart/index.js b/plugins/opencost/src/components/AllocationChart/index.jsx similarity index 100% rename from plugins/opencost/src/components/AllocationChart/index.js rename to plugins/opencost/src/components/AllocationChart/index.jsx diff --git a/plugins/opencost/src/components/AllocationReport.js b/plugins/opencost/src/components/AllocationReport.jsx similarity index 100% rename from plugins/opencost/src/components/AllocationReport.js rename to plugins/opencost/src/components/AllocationReport.jsx diff --git a/plugins/opencost/src/components/Controls/Download.js b/plugins/opencost/src/components/Controls/Download.jsx similarity index 100% rename from plugins/opencost/src/components/Controls/Download.js rename to plugins/opencost/src/components/Controls/Download.jsx diff --git a/plugins/opencost/src/components/Controls/Edit.js b/plugins/opencost/src/components/Controls/Edit.jsx similarity index 100% rename from plugins/opencost/src/components/Controls/Edit.js rename to plugins/opencost/src/components/Controls/Edit.jsx diff --git a/plugins/opencost/src/components/Controls/index.js b/plugins/opencost/src/components/Controls/index.jsx similarity index 100% rename from plugins/opencost/src/components/Controls/index.js rename to plugins/opencost/src/components/Controls/index.jsx diff --git a/plugins/opencost/src/components/Page.js b/plugins/opencost/src/components/Page.jsx similarity index 100% rename from plugins/opencost/src/components/Page.js rename to plugins/opencost/src/components/Page.jsx diff --git a/plugins/opencost/src/components/SelectWindow.js b/plugins/opencost/src/components/SelectWindow.jsx similarity index 100% rename from plugins/opencost/src/components/SelectWindow.js rename to plugins/opencost/src/components/SelectWindow.jsx diff --git a/plugins/opencost/src/components/Subtitle.js b/plugins/opencost/src/components/Subtitle.jsx similarity index 100% rename from plugins/opencost/src/components/Subtitle.js rename to plugins/opencost/src/components/Subtitle.jsx diff --git a/plugins/opencost/src/components/Warnings.js b/plugins/opencost/src/components/Warnings.jsx similarity index 100% rename from plugins/opencost/src/components/Warnings.js rename to plugins/opencost/src/components/Warnings.jsx