diff --git a/app/(authenticated)/chunithm/page.tsx b/app/(authenticated)/chunithm/page.tsx index 4163392..7af267d 100644 --- a/app/(authenticated)/chunithm/page.tsx +++ b/app/(authenticated)/chunithm/page.tsx @@ -2,10 +2,8 @@ import ChunithmScorePlaylog from "@/components/scoreplaylog/page"; const ChunithmPage = () => { return ( -
-
- -
+
+
); };