8 lines
290 B
JavaScript
8 lines
290 B
JavaScript
|
module.exports.index = "/";
|
||
|
module.exports.bouncing = '/bouncing/';
|
||
|
module.exports.multisphere = '/multisphere/';
|
||
|
module.exports.prototype = '/prototype/';
|
||
|
module.exports.arrows = '/prototype/arrows/';
|
||
|
module.exports.viewports = '/prototype/viewports/';
|
||
|
module.exports.stream = '/stream/';
|