From 20c4d9e8ba120fefca3cc1e91119f55186cc793b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 23 Jul 2024 21:21:51 +0900 Subject: frontend: format --- frontend/src/routes/golf/play/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/routes/golf/play/App.tsx') diff --git a/frontend/src/routes/golf/play/App.tsx b/frontend/src/routes/golf/play/App.tsx index 0e650c9..b73830a 100644 --- a/frontend/src/routes/golf/play/App.tsx +++ b/frontend/src/routes/golf/play/App.tsx @@ -36,7 +36,7 @@ type WebSocketMessage = }; }; -export default ({ gameId, playerId }: Props) => { +export default function App({ gameId, playerId }: Props) { // const socketUrl = `wss://t.nil.ninja/iosdc/2024/sock/golf/${gameId}/${playerId}/`; const socketUrl = `ws://localhost:8002/sock/golf/${gameId}/${playerId}/`; @@ -149,4 +149,4 @@ export default ({ gameId, playerId }: Props) => { ); -}; +} -- cgit v1.2.3-70-g09d2