Build basic sysinfo page
This commit is contained in:
@ -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" }}>
|
||||
|
Reference in New Issue
Block a user