aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/watch/apps/Connecting.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/watch/apps/Connecting.jsx')
-rw-r--r--frontend/src/watch/apps/Connecting.jsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/src/watch/apps/Connecting.jsx b/frontend/src/watch/apps/Connecting.jsx
new file mode 100644
index 0000000..464af23
--- /dev/null
+++ b/frontend/src/watch/apps/Connecting.jsx
@@ -0,0 +1,7 @@
+export default () => {
+ return (
+ <div>
+ 接続中です......
+ </div>
+ );
+}