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