diff options
Diffstat (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppConnecting.tsx')
| -rw-r--r-- | frontend/app/components/GolfPlayApps/GolfPlayAppConnecting.tsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppConnecting.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppConnecting.tsx deleted file mode 100644 index 4b80f8f..0000000 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppConnecting.tsx +++ /dev/null @@ -1,9 +0,0 @@ -export default function GolfPlayAppConnecting() { - return ( - <div className="min-h-screen bg-gray-100 flex items-center justify-center"> - <div className="text-center"> - <div className="text-6xl font-bold text-black">接続中...</div> - </div> - </div> - ); -} |
