mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
Merge branch 'n1073645-importFix'
This commit is contained in:
commit
707818abcc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue