import * as React from "react"; import { Avatar } from "@mui/material"; import Box from "@mui/material/Box"; import logo from "../img/ntfy-filled.svg"; const AvatarBox = (props) => ( {props.children} ); export default AvatarBox;