From 59b17b22810fd7367b3400b87152ef521f6eb4e9 Mon Sep 17 00:00:00 2001 From: Akash Kava <39438041+ackava@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:34:16 +0530 Subject: [PATCH] import fixed --- src/ci/mac/AppleDev.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ci/mac/AppleDev.tsx b/src/ci/mac/AppleDev.tsx index 1c81645..d3a51a7 100644 --- a/src/ci/mac/AppleDev.tsx +++ b/src/ci/mac/AppleDev.tsx @@ -3,7 +3,8 @@ import Batch from "../../core/Batch.js"; import { FileSystem } from "../../utils/FileSystem.js"; import { Security } from "./Security.jsx"; import Run from "../../core/Run.js"; -import { htmlDecode } from "htmlencode"; +import he from "htmlencode"; +const { htmlDecode } = he; function getVal(xml, name) {