'use strict'; const React = require('react'); const io = require('./io'); const GameInterface = require('./components/GameInterface'); const params = window.location.pathname.replace('/play/', '').split('/'); React.render( , document.getElementById('container') );