Very small correction for import in Colossus

This commit is contained in:
n1073645 2020-03-13 10:14:08 +00:00
parent 21a822b082
commit 342b67581b

View File

@ -6,7 +6,7 @@
* @license Apache-2.0
*/
import Operation from "../Operation";
import Operation from "../Operation.mjs";
import OperationError from "../errors/OperationError.mjs";
import { ColossusComputer } from "../lib/Colossus.mjs";
import { SWITCHES, VALID_ITA2 } from "../lib/Lorenz.mjs";