import { HTMLAttributes } from 'react'; export default function ApplicationLogo({ className = '', ...props }: HTMLAttributes) { return ( ); }