aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/watch/apps/Failed.jsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-21 16:13:58 +0900
committernsfisis <nsfisis@gmail.com>2024-07-21 16:13:58 +0900
commita46f583437e9b66ebec6fa22e27567a71b17b497 (patch)
treef375449ee38de9701637fbe77c79111da9f76307 /frontend/src/watch/apps/Failed.jsx
parent877c19ecbb2425d756f3cbafb1cf52f69279e92d (diff)
downloadiosdc-japan-2024-albatross-a46f583437e9b66ebec6fa22e27567a71b17b497.tar.gz
iosdc-japan-2024-albatross-a46f583437e9b66ebec6fa22e27567a71b17b497.tar.zst
iosdc-japan-2024-albatross-a46f583437e9b66ebec6fa22e27567a71b17b497.zip
react router
Diffstat (limited to 'frontend/src/watch/apps/Failed.jsx')
-rw-r--r--frontend/src/watch/apps/Failed.jsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/src/watch/apps/Failed.jsx b/frontend/src/watch/apps/Failed.jsx
deleted file mode 100644
index f96e999..0000000
--- a/frontend/src/watch/apps/Failed.jsx
+++ /dev/null
@@ -1,7 +0,0 @@
-export default () => {
- return (
- <div>
- エラー
- </div>
- );
-}