diff --git a/app/(authenticated)/sports/[id]/games/[gameId]/[matchId]/page.tsx b/app/(authenticated)/sports/[id]/games/[gameId]/matches/[matchId]/page.tsx similarity index 95% rename from app/(authenticated)/sports/[id]/games/[gameId]/[matchId]/page.tsx rename to app/(authenticated)/sports/[id]/games/[gameId]/matches/[matchId]/page.tsx index 52008ba..b1ba6be 100644 --- a/app/(authenticated)/sports/[id]/games/[gameId]/[matchId]/page.tsx +++ b/app/(authenticated)/sports/[id]/games/[gameId]/matches/[matchId]/page.tsx @@ -15,7 +15,7 @@ export default async function MatchPage({params}: { params: { matchId:string, ga return( - + 管理者のダッシュボード