mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Always use mjs imports
This is needed for Node/NPM 16 compat
This commit is contained in:
parent
83c6775038
commit
cfc29ef821
5 changed files with 7 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue