aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/game/apps/Waiting.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/game/apps/Waiting.jsx')
-rw-r--r--frontend/src/game/apps/Waiting.jsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/src/game/apps/Waiting.jsx b/frontend/src/game/apps/Waiting.jsx
new file mode 100644
index 0000000..27fdd76
--- /dev/null
+++ b/frontend/src/game/apps/Waiting.jsx
@@ -0,0 +1,7 @@
+export default () => {
+ return (
+ <div>
+ 対戦相手が現れるのを待っています......
+ </div>
+ );
+}