diff options
Diffstat (limited to 'frontend/src/routes/golf/watch/apps/Connecting.tsx')
| -rw-r--r-- | frontend/src/routes/golf/watch/apps/Connecting.tsx | 7 |
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>; -} |
