1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/client/js/main.js
2015-06-19 18:40:35 +02:00

8 lines
81 B
JavaScript

var App = require("./client");
(function main(){
var app = new App();
})();