2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-03 17:13:53 +00:00

Add missing filenames for Node 12 imports

This commit is contained in:
Michał Janiszewski
2019-11-12 23:43:16 +01:00
parent d3473a7462
commit 69c6c3e790

View File

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