diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-22 04:44:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-22 04:44:31 +0900 |
| commit | 14bbc483fdb338c8e55e77f267ecf0d51415549b (patch) | |
| tree | 6e9130c2c1f76da25c825090bb59220ecf60d971 /frontend/src/routes/golf/watch/apps/Failed.tsx | |
| parent | d3107cdf9bafbebc4a9cdd6ab91869f8086b3246 (diff) | |
| download | iosdc-japan-2024-albatross-14bbc483fdb338c8e55e77f267ecf0d51415549b.tar.gz iosdc-japan-2024-albatross-14bbc483fdb338c8e55e77f267ecf0d51415549b.tar.zst iosdc-japan-2024-albatross-14bbc483fdb338c8e55e77f267ecf0d51415549b.zip | |
prettier
Diffstat (limited to 'frontend/src/routes/golf/watch/apps/Failed.tsx')
| -rw-r--r-- | frontend/src/routes/golf/watch/apps/Failed.tsx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/frontend/src/routes/golf/watch/apps/Failed.tsx b/frontend/src/routes/golf/watch/apps/Failed.tsx index 70d3693..3c29d74 100644 --- a/frontend/src/routes/golf/watch/apps/Failed.tsx +++ b/frontend/src/routes/golf/watch/apps/Failed.tsx @@ -3,9 +3,5 @@ type Props = { }; export default (_props: Props) => { - return ( - <div> - エラー - </div> - ); -} + return <div>エラー</div>; +}; |
