UNPKG

143 BJavaScriptView Raw
1const app = require( 'regular-play/dist/app' )
2require( 'regular-play/dist/app.css' )
3
4app()
5
6if ( !location.hash ) {
7 location.href = '#!/'
8}