import React from 'react'; import { styled } from '@mui/material'; const LogoImage = styled('img')` margin: 3px 0; pointer-events: none; `; export function EnteLogo(props) { return ( ); }