revert imports for development

This commit is contained in:
Robin Scholtes 2023-05-11 08:36:53 +12:00
parent 6242738230
commit 2c08ccf070
3 changed files with 6 additions and 3 deletions

View file

@ -4,7 +4,8 @@
* @license Apache-2.0
*/
import OperationConfig from "./config/OperationConfig.json" assert {type: "json"};
// @TODO: fix import OperationConfig from "./config/OperationConfig.json" assert {type: "json"};
import OperationConfig from "./config/OperationConfig.json";
import OperationError from "./errors/OperationError.mjs";
import Operation from "./Operation.mjs";
import DishError from "./errors/DishError.mjs";