From e39a8718f272a602f3e353052ffea19c380e4cf4 Mon Sep 17 00:00:00 2001 From: polaris Date: Mon, 1 Jul 2024 14:48:26 -0400 Subject: [PATCH] removed custom width --- app/(authenticated)/chunithm/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 ( -
-
- -
+
+
); };