aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/watch/apps/Failed.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/routes/golf/watch/apps/Failed.tsx')
-rw-r--r--frontend/src/routes/golf/watch/apps/Failed.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/routes/golf/watch/apps/Failed.tsx b/frontend/src/routes/golf/watch/apps/Failed.tsx
index 3c29d74..2727663 100644
--- a/frontend/src/routes/golf/watch/apps/Failed.tsx
+++ b/frontend/src/routes/golf/watch/apps/Failed.tsx
@@ -2,6 +2,6 @@ type Props = {
gameId: number;
};
-export default (_props: Props) => {
+export default function Failed(_props: Props) {
return <div>エラー</div>;
-};
+}