6 lines
156 B
TypeScript
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>;
|
|
}
|