Skip to content

Commit

Permalink
Merge branch 'n1073645-importFix'
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Mar 13, 2020
2 parents 9c0c286 + 58e8b4c commit 707818a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/Colossus.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 707818a

Please sign in to comment.