refactor phase 3a api-file chunk 2 targeted actions imports
This commit is contained in:
@@ -31,12 +31,13 @@
|
||||
|
||||
import {
|
||||
downloadAllRepsFiles,
|
||||
getRepsBlobs,
|
||||
getRepsBlobs
|
||||
} from "../../../actions/azurestorage";
|
||||
import _ from "lodash";
|
||||
import nextConnect from "next-connect";
|
||||
import middleware from "../middleware/middleware";
|
||||
import { consoleLogger, hashAPIPath } from "../../../actions";
|
||||
import { hashAPIPath } from "../../../actions/core/hash";
|
||||
import { consoleLogger } from "../../../actions/core/logger";
|
||||
|
||||
const ApiProxy = nextConnect();
|
||||
ApiProxy.use(middleware);
|
||||
|
||||
Reference in New Issue
Block a user