// components/Logo.tsx export function Logo({ size = 32 }: { size?: number }) { return ( ) }