import * as React from "react"; import Card from "@mui/material/Card"; import { Typography } from "@mui/material"; import Stack from '@mui/material/Stack'; import Button from '@mui/material/Button'; const OutlineRoundedButtons = () => { return ( <> Outline Rounded Buttons ); }; export default OutlineRoundedButtons;