import { ImgHTMLAttributes } from 'react'; export default function ApplicationLogo(props: ImgHTMLAttributes) { return ( 小小冰室 Logo ); }