From caa987121ce1fc245dbdabe820b9cbb1214af1b2 Mon Sep 17 00:00:00 2001 From: Polaris Date: Thu, 15 Aug 2024 00:54:02 -0400 Subject: [PATCH] renamed recents to userratingbase --- components/{RecentChunithmScores => userRatingBase}/action.ts | 0 components/{RecentChunithmScores => userRatingBase}/page.tsx | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename components/{RecentChunithmScores => userRatingBase}/action.ts (100%) rename components/{RecentChunithmScores => userRatingBase}/page.tsx (100%) diff --git a/components/RecentChunithmScores/action.ts b/components/userRatingBase/action.ts similarity index 100% rename from components/RecentChunithmScores/action.ts rename to components/userRatingBase/action.ts diff --git a/components/RecentChunithmScores/page.tsx b/components/userRatingBase/page.tsx similarity index 100% rename from components/RecentChunithmScores/page.tsx rename to components/userRatingBase/page.tsx