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