浏览代码

Merge branch 'dish-fix' of https://github.com/n1073645/CyberChef into n1073645-dish-fix

n1474335 5 年之前
父节点
当前提交
24a7c75926
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/core/dishTypes/DishListFile.mjs

+ 0 - 1
src/core/dishTypes/DishListFile.mjs

@@ -6,7 +6,6 @@
 
 import DishType from "./DishType.mjs";
 import Utils, { isNodeEnvironment } from "../Utils.mjs";
-import Dish from "../Dish.mjs";
 
 
 /**