mirror of
https://github.com/gchq/CyberChef
synced 2025-12-28 06:03:34 +00:00
Always use mjs imports
This is needed for Node/NPM 16 compat
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import OperationError from "./OperationError.mjs";
|
||||
import DishError from "./DishError.mjs";
|
||||
import ExcludedOperationError from "./ExcludedOperationError";
|
||||
import ExcludedOperationError from "./ExcludedOperationError.mjs";
|
||||
|
||||
export {
|
||||
OperationError,
|
||||
|
||||
Reference in New Issue
Block a user