aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/watch/apps/Connecting.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-27 01:17:37 +0900
committernsfisis <nsfisis@gmail.com>2024-07-27 05:59:23 +0900
commit18308a22879dc9143a03bcbe53cf0c5e8e49ee1f (patch)
treec1c108e27b1c369f30670480e19082044ae1b8a0 /frontend/src/routes/golf/watch/apps/Connecting.tsx
parente487036c5cc9f5b59e9efbaec132a2fd60896317 (diff)
downloadphperkaigi-2025-albatross-18308a22879dc9143a03bcbe53cf0c5e8e49ee1f.tar.gz
phperkaigi-2025-albatross-18308a22879dc9143a03bcbe53cf0c5e8e49ee1f.tar.zst
phperkaigi-2025-albatross-18308a22879dc9143a03bcbe53cf0c5e8e49ee1f.zip
remix
Diffstat (limited to 'frontend/src/routes/golf/watch/apps/Connecting.tsx')
-rw-r--r--frontend/src/routes/golf/watch/apps/Connecting.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/src/routes/golf/watch/apps/Connecting.tsx b/frontend/src/routes/golf/watch/apps/Connecting.tsx
deleted file mode 100644
index 73d28eb..0000000
--- a/frontend/src/routes/golf/watch/apps/Connecting.tsx
+++ /dev/null
@@ -1,7 +0,0 @@
-type Props = {
- gameId: number;
-};
-
-export default function Connecting(_props: Props) {
- return <div>接続中です......</div>;
-}