1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-02-17 14:22:09 +00:00

8 lines
81 B
JavaScript
Raw Normal View History

2015-06-10 18:12:52 +02:00
2015-06-13 21:36:02 +02:00
var App = require("./client");
2015-06-10 18:12:52 +02:00
2015-06-10 16:25:27 +02:00
(function main(){
2015-06-13 21:36:02 +02:00
var app = new App();
2015-06-13 09:58:55 +02:00
2015-06-10 16:25:27 +02:00
})();