import {Box} from '@mui/material'; import theme from '../../theme'; const Logo = () => { return ( ); }; export default Logo;