refactor phase 3a api-file chunk 3 targeted actions imports
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user