aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/play/apps/Connecting.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/routes/golf/play/apps/Connecting.tsx')
-rw-r--r--frontend/src/routes/golf/play/apps/Connecting.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/routes/golf/play/apps/Connecting.tsx b/frontend/src/routes/golf/play/apps/Connecting.tsx
index 9207089..ead4f03 100644
--- a/frontend/src/routes/golf/play/apps/Connecting.tsx
+++ b/frontend/src/routes/golf/play/apps/Connecting.tsx
@@ -3,6 +3,6 @@ type Props = {
playerId: number;
};
-export default (_props: Props) => {
+export default function Connecting(_props: Props) {
return <div>接続中です......</div>;
-};
+}