refactor phase 3a top-level pages dbcheck targeted actions import

This commit is contained in:
2026-03-12 09:51:13 +00:00
parent c33cdf1b28
commit 1a8a28fe3a
+2 -2
View File
@@ -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;