import * as React from "react"; import Card from "@mui/material/Card"; import { Typography } from "@mui/material"; import Avatar from '@mui/material/Avatar'; import Stack from '@mui/material/Stack'; const ImageAvatars = () => { return ( <> Image Avatars ); }; export default ImageAvatars;