remove all .js from all appplicable imports

This commit is contained in:
Olivier Gagnon
2018-06-26 12:34:11 -04:00
parent 13dbd9f26c
commit 6bdf946790
48 changed files with 388 additions and 389 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {Player} from "./Player.js";
import {Player} from "./Player";
function BitNode(n, name, desc="", info="") {
this.number = n;