refactor phase 3a top-level pages dbcheck targeted actions import
This commit is contained in:
+2
-2
@@ -4,12 +4,12 @@ import { v4 as uuidv4 } from "uuid";
|
||||
import {
|
||||
createContainerSas,
|
||||
listContainers,
|
||||
listBlobHierarchical,
|
||||
listBlobHierarchical
|
||||
} from "../actions/azurestorage";
|
||||
|
||||
import { PrismaClient } from "@prisma/client";
|
||||
|
||||
import { consoleLogger, getIP } from "../actions";
|
||||
import { consoleLogger, getIP } from "../actions/core/logger";
|
||||
|
||||
const ShowStorage = (props) => {
|
||||
const { container } = props;
|
||||
|
||||
Reference in New Issue
Block a user