import * as React from "react"; import Card from "@mui/material/Card"; import { Typography } from "@mui/material"; import Alert from '@mui/material/Alert'; const Color = () => { return ( <> Color This is a success alert — check it out! ); }; export default Color;