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
/
Connecting.jsx
blob: 464af23f9eafe74f0809bab753fa1584476fcf08 (
plain
)
1
2
3
4
5
6
7
export default () => { return ( <div> 接続中です...... </div> ); }