import webpPath from "../images/logo.webp"; import avifPath from "../images/logo.avif"; interface Props { size?: number; alt?: string; } export default (props: Props) => { return ( <> logo ); };