diff --git a/components/documentpro/actions/new-document/new-document.mjs b/components/documentpro/actions/new-document/new-document.mjs index 34b5fef4a1773..349d3fa25c9af 100644 --- a/components/documentpro/actions/new-document/new-document.mjs +++ b/components/documentpro/actions/new-document/new-document.mjs @@ -1,3 +1,4 @@ +import FormData from "form-data"; import fs from "fs"; import { checkTmp } from "../../common/utils.mjs"; import documentpro from "../../documentpro.app.mjs";