mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Merge branch 'importFix' of https://github.com/n1073645/CyberChef into n1073645-importFix
This commit is contained in:
commit
58e8b4c618
@ -6,7 +6,7 @@
|
|||||||
* @license Apache-2.0
|
* @license Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import Operation from "../Operation";
|
import Operation from "../Operation.mjs";
|
||||||
import OperationError from "../errors/OperationError.mjs";
|
import OperationError from "../errors/OperationError.mjs";
|
||||||
import { ColossusComputer } from "../lib/Colossus.mjs";
|
import { ColossusComputer } from "../lib/Colossus.mjs";
|
||||||
import { SWITCHES, VALID_ITA2 } from "../lib/Lorenz.mjs";
|
import { SWITCHES, VALID_ITA2 } from "../lib/Lorenz.mjs";
|
||||||
|
Loading…
Reference in New Issue
Block a user