aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/watch/apps/Failed.jsx
diff options
context:
space:
mode:
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>
- );
-}