Build basic sysinfo page

This commit is contained in:
2023-09-08 12:23:15 +02:00
parent f14e8a8e58
commit dac50600e3
6 changed files with 471 additions and 6 deletions

View File

@ -1,8 +1,8 @@
import { Paper, Typography } from "@mui/material";
import { PropsWithChildren } from "react";
import React, { PropsWithChildren } from "react";
export function VirtWebPaper(
p: { label: string } & PropsWithChildren
p: { label: string | React.ReactElement } & PropsWithChildren
): React.ReactElement {
return (
<Paper elevation={2} style={{ padding: "10px", margin: "20px" }}>