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