From 9dc79aa7d27f32e704b3ad3291ada696ad757614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 7 Nov 2023 11:10:41 +0100 Subject: [PATCH] rename file to jsx to fix coverage reporter problem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- plugins/opencost/src/components/{Details.js => Details.jsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugins/opencost/src/components/{Details.js => Details.jsx} (100%) diff --git a/plugins/opencost/src/components/Details.js b/plugins/opencost/src/components/Details.jsx similarity index 100% rename from plugins/opencost/src/components/Details.js rename to plugins/opencost/src/components/Details.jsx