import { Typography } from "@mui/material"; import React, { PropsWithChildren } from "react"; export function MoneyMgrWebRouteContainer( p: { label: string | React.ReactElement; actions?: React.ReactElement; } & PropsWithChildren ): React.ReactElement { return (