aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/play/apps/Failed.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-23 21:21:51 +0900
committernsfisis <nsfisis@gmail.com>2024-07-23 22:00:35 +0900
commit20c4d9e8ba120fefca3cc1e91119f55186cc793b (patch)
tree9e61703ed217b20d8439fab15afca68b20882c2f /frontend/src/routes/golf/play/apps/Failed.tsx
parent65227f15a4e92fdd7b2fabe5bac797f293da683e (diff)
downloadiosdc-japan-2024-albatross-20c4d9e8ba120fefca3cc1e91119f55186cc793b.tar.gz
iosdc-japan-2024-albatross-20c4d9e8ba120fefca3cc1e91119f55186cc793b.tar.zst
iosdc-japan-2024-albatross-20c4d9e8ba120fefca3cc1e91119f55186cc793b.zip
frontend: format
Diffstat (limited to 'frontend/src/routes/golf/play/apps/Failed.tsx')
-rw-r--r--frontend/src/routes/golf/play/apps/Failed.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/routes/golf/play/apps/Failed.tsx b/frontend/src/routes/golf/play/apps/Failed.tsx
index 6ea9b81..cc1748d 100644
--- a/frontend/src/routes/golf/play/apps/Failed.tsx
+++ b/frontend/src/routes/golf/play/apps/Failed.tsx
@@ -3,6 +3,6 @@ type Props = {
playerId: number;
};
-export default (_props: Props) => {
+export default function Failed(_props: Props) {
return <div>エラー</div>;
-};
+}