mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 18:46:11 +00:00
These modules should be supported by all contemporary browsers, and this transition should resolve most issues related to the explicit import order of the .js files.
3 lines
116 B
JavaScript
3 lines
116 B
JavaScript
export {ajax} from './ajax.js?v=3';
|
|
export {socket} from './socket.js?v=3';
|
|
export {webrtc} from './webrtc.js?v=3';
|