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
+3 -3
View File
@@ -1,6 +1,6 @@
import {CONSTANTS} from "./Constants.js";
import {Player} from "./Player.js";
import {createElement} from "../utils/HelperFunctions.js";
import {CONSTANTS} from "./Constants";
import {Player} from "./Player";
import {createElement} from "../utils/HelperFunctions";
// a function that returns a requirement for a program that requires only that
// the player has at least the given skill level.