mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
30c6917914
6 changed files with 25 additions and 18 deletions
|
@ -6,8 +6,8 @@
|
|||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import Operation from "../Operation";
|
||||
import OperationError from "../errors/OperationError";
|
||||
import Operation from "../Operation.mjs";
|
||||
import OperationError from "../errors/OperationError.mjs";
|
||||
|
||||
/**
|
||||
* Lorenz operation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue