From 91a111a49b90233feb64dc382d4090f1887e3f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Un=20=C3=89picier?= <62609210+UnEpicier@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:43:46 +0100 Subject: [PATCH] Rename lead.tsx to Leaderboard.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Un Épicier <62609210+UnEpicier@users.noreply.github.com> --- src/components/Leaderboard/{lead.tsx => Leaderboard.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/components/Leaderboard/{lead.tsx => Leaderboard.tsx} (100%) diff --git a/src/components/Leaderboard/lead.tsx b/src/components/Leaderboard/Leaderboard.tsx similarity index 100% rename from src/components/Leaderboard/lead.tsx rename to src/components/Leaderboard/Leaderboard.tsx