refactor phase 3a api-file chunk 3 targeted actions imports

This commit is contained in:
2026-03-12 11:46:06 +00:00
parent 61913f9f80
commit be59237ec9
3 changed files with 15 additions and 17 deletions
+2 -2
View File
@@ -81,7 +81,7 @@ import {
uploadPDFRepFiles,
createRepPDFBlob
} from "../../../actions/azurestorage";
import { hashAPIPath } from "../../../actions";
import { hashAPIPath } from "../../../actions/core/hash";
import ReactPDF, {
Document,
@@ -100,7 +100,7 @@ import { finalComments_pdf } from "../../../components/pdftemplates/finalComment
import { statement_pdf } from "../../../components/pdftemplates/statement_pdf";
import { writtenStatement_pdf } from "../../../components/pdftemplates/writtenStatement_pdf";
import { other_pdf } from "../../../components/pdftemplates/other_pdf";
import { consoleLogger } from "../../../actions";
import { consoleLogger } from "../../../actions/core/logger";
//const ApiProxy = nextConnect();
// ApiProxy.use(middleware);