From 795e3df4b60a05bbb7f5648cd6dc38126e642b9f Mon Sep 17 00:00:00 2001 From: Yuma-Satake <109256327+Yuma-Satake@users.noreply.github.com> Date: Mon, 28 Aug 2023 00:11:14 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E5=90=8D=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/{Battleaction.tsx => BattleAction.tsx} | 0 src/components/{Battleresult.tsx => BattleResult.tsx} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/components/{Battleaction.tsx => BattleAction.tsx} (100%) rename src/components/{Battleresult.tsx => BattleResult.tsx} (100%) diff --git a/src/components/Battleaction.tsx b/src/components/BattleAction.tsx similarity index 100% rename from src/components/Battleaction.tsx rename to src/components/BattleAction.tsx diff --git a/src/components/Battleresult.tsx b/src/components/BattleResult.tsx similarity index 100% rename from src/components/Battleresult.tsx rename to src/components/BattleResult.tsx