1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/public/js/main.js

8 lines
81 B
JavaScript
Raw Normal View History

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