Browse Source

Merge branch 'node12filenames' of https://github.com/janisozaur/CyberChef into janisozaur-node12filenames

n1474335 5 years ago
parent
commit
2c40353180
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/core/operations/Lorenz.mjs

+ 2 - 2
src/core/operations/Lorenz.mjs

@@ -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