index
:
phperkaigi-2025-albatross
main
phperkaigi-2025
phperkaigi-2025-albatross
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
frontend
/
src
/
game
/
apps
/
Waiting.jsx
blob: 27fdd764799c1aedfe869143a802c789255a05e9 (
plain
)
1
2
3
4
5
6
7
export default () => { return ( <div> 対戦相手が現れるのを待っています...... </div> ); }