mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Add missing filenames for Node 12 imports
This commit is contained in:
parent
fe997e7824
commit
5a623c1a28
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…
Add table
Add a link
Reference in a new issue