Files
lstV2/frontend/src/components/production/ocp/OcpLogs.tsx

6 lines
156 B
TypeScript

import {LstCard} from "@/components/extendedUI/LstCard";
export default function OcpLogs() {
return <LstCard className="m-2 p-2">Ocp Logs</LstCard>;
}