mirror of
https://github.com/gchq/CyberChef
synced 2024-11-15 09:07:06 +00:00
Merge branch 'node12filenames' of https://github.com/janisozaur/CyberChef into janisozaur-node12filenames
This commit is contained in:
commit
2c40353180
1 changed files with 2 additions and 2 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…
Reference in a new issue