From 43d40d375c355837de83501c3f1c122b2bf589bb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 22 Aug 2024 00:19:58 +0900 Subject: feat(frontend): remove spectrum analyzer in waiting page --- .../components/GolfPlayApps/GolfPlayAppWaiting.tsx | 587 +-------------------- 1 file changed, 6 insertions(+), 581 deletions(-) diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx index bbef43e..a31e5f4 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx @@ -11,588 +11,13 @@ export default function GolfPlayAppWaiting({ playerInfo, }: Props) { return ( - <> -
-
-
{gameDisplayName}
-
-
- -
+
+
+
{gameDisplayName}
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
- +
); } -- cgit v1.2.3-70-g09d2