/* SPDX-License-Identifier: AGPL-3.0-or-later */ import Button from "@mui/material/Button"; import React from "react"; export default ({ text = "", }: Readonly<{ text: string }>): React.JSX.Element => (

); // Typography - MUI System // https://mui.com/system/typography/